Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1674738 > unrolled thread

[PATCH v2] ARM: dts: sun7i: Add A20 LCD0 RGB888 pins

Started byJonathan Liu <net147@gmail.com>
First post2017-06-26 15:00 +0200
Last post2017-06-27 12:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] ARM: dts: sun7i: Add A20 LCD0 RGB888 pins Jonathan Liu <net147@gmail.com> - 2017-06-26 15:00 +0200
    Re: [PATCH v2] ARM: dts: sun7i: Add A20 LCD0 RGB888 pins Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-06-27 12:20 +0200

#1674738 — [PATCH v2] ARM: dts: sun7i: Add A20 LCD0 RGB888 pins

FromJonathan Liu <net147@gmail.com>
Date2017-06-26 15:00 +0200
Subject[PATCH v2] ARM: dts: sun7i: Add A20 LCD0 RGB888 pins
Message-ID<tWBMu-2tb-15@gated-at.bofh.it>
The LCD0 controller on the A20 can do RGB output up to 8 bits per
channel. Add the pins for RGB888 output.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
Changes for v2:
 - Remove "allwinner," prefix from pins and function

 arch/arm/boot/dts/sun7i-a20.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 96bee776e145..ac025d1fb348 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -1183,6 +1183,17 @@
 				function = "ir1";
 			};
 
+			lcd0_rgb888_pins: lcd0_rgb888@0 {
+				pins = "PD0", "PD1", "PD2", "PD3",
+				       "PD4", "PD5", "PD6", "PD7",
+				       "PD8", "PD9", "PD10", "PD11",
+				       "PD12", "PD13", "PD14", "PD15",
+				       "PD16", "PD17", "PD18", "PD19",
+				       "PD20", "PD21", "PD22", "PD23",
+				       "PD24", "PD25", "PD26", "PD27";
+				function = "lcd0";
+			};
+
 			mmc0_pins_a: mmc0@0 {
 				pins = "PF0", "PF1", "PF2",
 				       "PF3", "PF4", "PF5";
-- 
2.13.1

[toc] | [next] | [standalone]


#1675497

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-06-27 12:20 +0200
Message-ID<tWVLc-7w2-9@gated-at.bofh.it>
In reply to#1674738

[Multipart message — attachments visible in raw view] — view raw

Hi,

On Mon, Jun 26, 2017 at 10:55:06PM +1000, Jonathan Liu wrote:
> The LCD0 controller on the A20 can do RGB output up to 8 bits per
> channel. Add the pins for RGB888 output.
> 
> Signed-off-by: Jonathan Liu <net147@gmail.com>

We're not merging those patches if it's not used by any boards in
tree.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web