Skip to content

Commit

Permalink
arm64: allwinner: a64: add pinmux for RGB666 LCD
Browse files Browse the repository at this point in the history
Allwinner A64's TCON0 can output RGB666 LCD signal.

Add its pinmux.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
  • Loading branch information
Icenowy authored and anarsoul committed Sep 10, 2018
1 parent 74829f7 commit 3716369
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,15 @@
function = "i2c1";
};

lcd_rgb666_pins: lcd-rgb666 {
pins = "PD0", "PD1", "PD2", "PD3", "PD4",
"PD5", "PD6", "PD7", "PD8", "PD9",
"PD10", "PD11", "PD12", "PD13",
"PD14", "PD15", "PD16", "PD17",
"PD18", "PD19", "PD20", "PD21";
function = "lcd0";
};

mmc0_pins: mmc0-pins {
pins = "PF0", "PF1", "PF2", "PF3",
"PF4", "PF5";
Expand Down

0 comments on commit 3716369

Please sign in to comment.