From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH 14/20] ARM: sun5i: a13: Add LCD pins Date: Tue, 17 May 2016 01:13:01 +0800 Message-ID: References: <1463402840-17062-1-git-send-email-maxime.ripard@free-electrons.com> <1463402840-17062-15-git-send-email-maxime.ripard@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1463402840-17062-15-git-send-email-maxime.ripard@free-electrons.com> Sender: linux-clk-owner@vger.kernel.org To: Maxime Ripard Cc: Rob Herring , Chen-Yu Tsai , Mike Turquette , Stephen Boyd , Daniel Vetter , David Airlie , Boris Brezillon , Laurent Pinchart , dri-devel , linux-arm-kernel , devicetree , linux-clk List-Id: devicetree@vger.kernel.org On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > The RGB bus can be used in several configurations, one of which being the > RGB666. > > Add a pinctrl group for that case. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai > --- > arch/arm/boot/dts/sun5i-a13.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi > index 263d46dbc7e6..79b5d513c142 100644 > --- a/arch/arm/boot/dts/sun5i-a13.dtsi > +++ b/arch/arm/boot/dts/sun5i-a13.dtsi > @@ -237,6 +237,16 @@ > &pio { > compatible = "allwinner,sun5i-a13-pinctrl"; > > + lcd_rgb666_pins: lcd_rgb666@0 { > + 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 = ; Just a thought: would we ever need to increase the drive strength for very high resolutions? > + allwinner,pull = ; > + }; > + > uart1_pins_a: uart1@0 { > allwinner,pins = "PE10", "PE11"; > allwinner,function = "uart1"; > -- > 2.8.2 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Tue, 17 May 2016 01:13:01 +0800 Subject: [PATCH 14/20] ARM: sun5i: a13: Add LCD pins In-Reply-To: <1463402840-17062-15-git-send-email-maxime.ripard@free-electrons.com> References: <1463402840-17062-1-git-send-email-maxime.ripard@free-electrons.com> <1463402840-17062-15-git-send-email-maxime.ripard@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > The RGB bus can be used in several configurations, one of which being the > RGB666. > > Add a pinctrl group for that case. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai > --- > arch/arm/boot/dts/sun5i-a13.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi > index 263d46dbc7e6..79b5d513c142 100644 > --- a/arch/arm/boot/dts/sun5i-a13.dtsi > +++ b/arch/arm/boot/dts/sun5i-a13.dtsi > @@ -237,6 +237,16 @@ > &pio { > compatible = "allwinner,sun5i-a13-pinctrl"; > > + lcd_rgb666_pins: lcd_rgb666 at 0 { > + 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 = ; Just a thought: would we ever need to increase the drive strength for very high resolutions? > + allwinner,pull = ; > + }; > + > uart1_pins_a: uart1 at 0 { > allwinner,pins = "PE10", "PE11"; > allwinner,function = "uart1"; > -- > 2.8.2 >