Hi,
Il 12/04/2018 01:09, Paul Kocialkowski ha scritto:
Hi,
Le jeudi 12 avril 2018 à 00:22 +0200, Giulio Benetti a écrit :
Hi,
Il 10/04/2018 23:31, Paul Kocialkowski ha scritto:
This adds the pins definition for RGB666 LCD panels on the A20. It was imported from the A33 definition, that concernes the same set of pins.
Signed-off-by: Paul Kocialkowski contact@paulk.fr
arch/arm/boot/dts/sun7i-a20.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index e529e4ff2174..f46af8675cfa 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -781,6 +781,14 @@ function = "ir1"; };
lcd_rgb666_pins: lcd_rgb666@0 {
I point you to this Thread and back: https://lists.freedesktop.org/archives/dri-devel/2018-March/170688.htm l
I did the same for rgb888, so good part is discussed.
IMHO I would:
- call lcd0_rgb666_pins, since this is for LCD0 interface
- same as above, call lcd0-rgb666, take care about using "-" instad
of "_" that can cause DTC warnings.
- remove @0 since only this set can achieve LCD0 RGB666, and I don't think there will be other combinations.
I even responded to that discussion but overlooked these aspects when crafting this patch. Thanks for the summary :)
You're welcome, I've forgotten you've been involved discussing that patch so i've pointed you something yours :) Anyway it should help.
Best regards