diff options
author | Chen-Yu Tsai <wens@csie.org> | 2019-01-27 15:48:36 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-01-28 11:52:27 +0100 |
commit | 4d58c8cc93bce6ed8180c6ec8da216bfdca397dd (patch) | |
tree | 386b3316f13137ecd79edce841d8cf8266c2e9e8 /arch/arm/boot/dts/sun5i-a13-q8-tablet.dts | |
parent | ARM: dts: sun5i: q8-tablet: Move panel properties to correct node level (diff) | |
download | linux-4d58c8cc93bce6ed8180c6ec8da216bfdca397dd.tar.xz linux-4d58c8cc93bce6ed8180c6ec8da216bfdca397dd.zip |
ARM: dts: sun5i: q8-tablet: Add LCD Panel enable GPIO
Now that we support the AXP209 GPIOs, we can toggle the LCD panel enable
line. Add the GPIO phandle to the panel.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13-q8-tablet.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-q8-tablet.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts index 3a844dae26f7..ead159f89e74 100644 --- a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts +++ b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts @@ -50,7 +50,7 @@ panel: panel { compatible = "urt,umsh-8596md-t", "simple-panel"; - /* TODO: lcd panel uses axp gpio0 as enable pin */ + enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */ backlight = <&backlight>; #address-cells = <1>; #size-cells = <0>; |