From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751485AbcIBBop (ORCPT ); Thu, 1 Sep 2016 21:44:45 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:52174 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015AbcIBBom (ORCPT ); Thu, 1 Sep 2016 21:44:42 -0400 MIME-Version: 1.0 In-Reply-To: <20160901153204.11217-7-maxime.ripard@free-electrons.com> References: <20160901153204.11217-1-maxime.ripard@free-electrons.com> <20160901153204.11217-7-maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Fri, 2 Sep 2016 09:44:17 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH 6/7] ARM: sun8i: a33: Add RGB666 pins To: Maxime Ripard Cc: Daniel Vetter , David Airlie , Thierry Reding , Chen-Yu Tsai , Rob Herring , dri-devel , linux-arm-kernel , linux-kernel , linux-sunxi , Thomas Petazzoni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, Sep 1, 2016 at 11:32 PM, Maxime Ripard wrote: > The LCD output needs to be muxed. Add the proper pinctrl node. > > Signed-off-by: Maxime Ripard > --- > arch/arm/boot/dts/sun8i-a33.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi > index 5f9dbd17eb50..d5f93c05846f 100644 > --- a/arch/arm/boot/dts/sun8i-a33.dtsi > +++ b/arch/arm/boot/dts/sun8i-a33.dtsi > @@ -300,6 +300,16 @@ > interrupts = , > ; > > + tcon0_rgb666_pins_a: tcon0_rgb666@0 { This is the only possible combination. You can drop the _a and @0. Also this can be shared with A23, as they are pin compatible, and I also matched the datasheets. Otherwise Acked-by: Chen-Yu Tsai > + allwinner,pins = "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", > + "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", > + "PD18", "PD19", "PD20", "PD21", "PD22", "PD23", > + "PD24", "PD25", "PD26", "PD27"; > + allwinner,function = "lcd0"; > + allwinner,drive = ; > + allwinner,pull = ; > + }; > + > uart0_pins_b: uart0@1 { > allwinner,pins = "PB0", "PB1"; > allwinner,function = "uart0"; > -- > 2.9.2 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.