diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-06-09 13:56:21 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-10 11:50:42 +0200 |
commit | 3353bedc4d5d014b8ef43dc72a42da9a4659b2e2 (patch) | |
tree | ce1807ce7c7781214dcf553ff7e010b0ae2f5859 | |
parent | b12684fed5dcf2da14ac98adc38e6a7fb7ad0c7a (diff) | |
download | linux-3353bedc4d5d014b8ef43dc72a42da9a4659b2e2.tar.gz linux-3353bedc4d5d014b8ef43dc72a42da9a4659b2e2.tar.bz2 linux-3353bedc4d5d014b8ef43dc72a42da9a4659b2e2.zip |
ARM: sun8i: a23/a33: Add RGB666 pins
The LCD output needs to be muxed. Add the proper pinctrl node.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index 7246663bacdd..7ea6de12040e 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -302,6 +302,16 @@ allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; + + lcd_rgb666_pins: lcd-rgb666@0 { + allwinner,pins = "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", + "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", + "PD18", "PD19", "PD20", "PD21", "PD22", "PD23", + "PD24", "PD25", "PD26", "PD27"; + allwinner,function = "lcd0"; + allwinner,drive = <SUN4I_PINCTRL_10_MA>; + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; + }; }; timer@01c20c00 { |