From 00d159b8bc5395956bb6ba604eb8f8a1e0076f2f Mon Sep 17 00:00:00 2001 From: Yakir Yang Date: Tue, 28 Jun 2016 12:51:24 +0800 Subject: [PATCH] FROMLIST: ARM: dts: rockchip: add the panel power supply for rk3288-evb board with rk808 pmu Panel regulator is controller by a normal GPIO, so we need to write a regulator-fixed node for it. Change-Id: I24a0f2787ef3bb93422296e8a97c076040460ccc Signed-off-by: Yakir Yang (am from https://patchwork.kernel.org/patch/9201801/) --- arch/arm/boot/dts/rk3288-evb-rk808.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts index 18eb6cb495f4..588e7df5270b 100644 --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts @@ -260,3 +260,7 @@ rx_delay = <0x10>; status = "ok"; }; + +&panel { + power-supply = <&vcc_lcd>; +}; -- 2.34.1