From: Chen-Yu Tsai Date: Sun, 27 Jan 2019 14:48:36 +0000 (+0800) Subject: ARM: dts: sun5i: q8-tablet: Add LCD Panel enable GPIO X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d58c8cc93bce6ed8180c6ec8da216bfdca397dd;p=linux.git 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 Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts index 3a844dae26f70..ead159f89e74d 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>;