diff options
author | Yakir Yang <ykk@rock-chips.com> | 2016-06-28 12:51:24 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-08-08 10:56:55 +0200 |
commit | f9fa05b60f5495cfd9bfb24ee3c2c139efb4a58c (patch) | |
tree | 0b4d1ee9dc52ee2b4d9cc84f0f629a6b173e98e3 /arch | |
parent | 1752371e1335a3a820ed7b64a2b8386ff3157751 (diff) | |
download | linux-f9fa05b60f5495cfd9bfb24ee3c2c139efb4a58c.tar.bz2 |
ARM: dts: rockchip: add the panel power supply for rk3288-evb board with rk808 pmu
Panel regulator is controller by a regulator of the rk808 pmic.
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/rk3288-evb-rk808.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts index 736b08b0bfdd..44ebc6e59b3a 100644 --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts @@ -233,3 +233,7 @@ }; }; }; + +&panel { + power-supply = <&vcc_lcd>; +}; |