Skip to content

Commit 62ac3b3

Browse files
paulkocialkowskiwens
authored andcommitted
ARM: dts: sun8i: v3: Add RGB666 LCD PD pins definition
The V3 supports RGB666 LCD output on PD pins, which are not available on the V3s package. Signed-off-by: Paul Kocialkowski <paulk@sys-base.io> Link: https://patch.msgid.link/20250701201534.815513-2-paulk@sys-base.io Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent fdc0682 commit 62ac3b3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm/boot/dts/allwinner/sun8i-v3.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656
function = "i2s";
5757
};
5858

59+
/omit-if-no-ref/
60+
lcd_rgb666_pd_pins: lcd-rgb666-pd-pins {
61+
pins = "PD0", "PD1", "PD2", "PD3", "PD4", "PD5",
62+
"PD6", "PD7", "PD8", "PD9", "PD10", "PD11",
63+
"PD12", "PD13", "PD14", "PD15", "PD16", "PD17",
64+
"PD18", "PD19", "PD20", "PD21";
65+
function = "lcd";
66+
};
67+
5968
uart1_pg_pins: uart1-pg-pins {
6069
pins = "PG6", "PG7";
6170
function = "uart1";

0 commit comments

Comments
 (0)