diff options
author | Maxime Ripard | 2017-12-21 12:02:37 +0100 |
---|---|---|
committer | Maxime Ripard | 2018-01-04 20:41:39 +0100 |
commit | 3d600b5f1e092fd231a13b54c09b181cefcfd19b (patch) | |
tree | f2a4409953768799683cc2df194a14efef57b3c8 /arch/arm/boot/dts/sun8i-a83t.dtsi | |
parent | ARM: dts: sun8i: a83t: Enable the PWM (diff) | |
download | kernel-qcow2-linux-3d600b5f1e092fd231a13b54c09b181cefcfd19b.tar.gz kernel-qcow2-linux-3d600b5f1e092fd231a13b54c09b181cefcfd19b.tar.xz kernel-qcow2-linux-3d600b5f1e092fd231a13b54c09b181cefcfd19b.zip |
ARM: dts: sun8i: a83t: Add LVDS pins group
The A83T has an LVDS bus that can be connected to a panel or a bridge. Add
the pinctrl group for it.
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a83t.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index fed10aea7c7b..7f4955a5fab7 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -448,6 +448,12 @@ function = "i2s1"; }; + lcd_lvds_pins: lcd-lvds-pins { + pins = "PD18", "PD19", "PD20", "PD21", "PD22", + "PD23", "PD24", "PD25", "PD26", "PD27"; + function = "lvds0"; + }; + mmc0_pins: mmc0-pins { pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; |