From: Yakir Yang Date: Tue, 28 Jun 2016 04:51:24 +0000 (+0800) Subject: FROMLIST: ARM: dts: rockchip: add the panel power supply for rk3288-evb board with... X-Git-Tag: firefly_0821_release~2332 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00d159b8bc5395956bb6ba604eb8f8a1e0076f2f;p=firefly-linux-kernel-4.4.55.git 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/) --- 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>; +};