]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: rockchip: add the panel power supply for rk3288-evb board with rk808 pmu
authorYakir Yang <ykk@rock-chips.com>
Tue, 28 Jun 2016 04:51:24 +0000 (12:51 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 8 Aug 2016 08:56:55 +0000 (10:56 +0200)
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>
arch/arm/boot/dts/rk3288-evb-rk808.dts

index 736b08b0bfdda65462013e0e0fa2468beb001ca6..44ebc6e59b3a2138af2252722d299f0f2c2c5f63 100644 (file)
                };
        };
 };
+
+&panel {
+       power-supply = <&vcc_lcd>;
+};