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 <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9201801/)
This commit is contained in:
Yakir Yang 2016-06-28 12:51:24 +08:00 committed by Huang, Tao
parent 6e1ce5818c
commit 00d159b8bc

View File

@ -260,3 +260,7 @@ &gmac {
rx_delay = <0x10>;
status = "ok";
};
&panel {
power-supply = <&vcc_lcd>;
};