diff options
author | Yakir Yang <ykk@rock-chips.com> | 2016-06-28 06:51:24 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-08-08 10:56:55 +0200 |
commit | f9fa05b60f5495cfd9bfb24ee3c2c139efb4a58c (patch) | |
tree | 0b4d1ee9dc52ee2b4d9cc84f0f629a6b173e98e3 | |
parent | ARM: dts: rockchip: add the panel power supply for rk3288-evb board with act8... (diff) | |
download | linux-f9fa05b60f5495cfd9bfb24ee3c2c139efb4a58c.tar.xz linux-f9fa05b60f5495cfd9bfb24ee3c2c139efb4a58c.zip |
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>
-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>; +}; |