Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60a47e43 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sun5i: Add RGB 565 LCD pins



Some boards use the LCD in RGB565. Enable the pin muxing option.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 9255fb6c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -574,6 +574,16 @@
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			lcd_rgb565_pins: lcd_rgb565@0 {
				allwinner,pins = "PD3", "PD4", "PD5", "PD6", "PD7",
						 "PD10", "PD11", "PD12", "PD13", "PD14", "PD15",
						 "PD19", "PD20", "PD21", "PD22", "PD23",
						 "PD24", "PD25", "PD26", "PD27";
				allwinner,function = "lcd0";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			mmc0_pins_a: mmc0@0 {
				allwinner,pins = "PF0", "PF1", "PF2", "PF3",
						 "PF4", "PF5";