ARM: dts: rockchip: simple panel and backlight supplies on veyron boards
authorHeiko Stuebner <heiko@sntech.de>
Mon, 14 Dec 2015 16:15:25 +0000 (17:15 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 6 Apr 2016 23:26:03 +0000 (16:26 -0700)
Jerry and Speedy don't need any special handling wrt the backlight or
panel, so only need their backlight and panel-regulators hooked up.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
arch/arm/boot/dts/rk3288-veyron-jerry.dts
arch/arm/boot/dts/rk3288-veyron-speedy.dts

index 1a9bef1..f6b2eaa 100644 (file)
        };
 };
 
+&backlight {
+       power-supply = <&backlight_regulator>;
+};
+
+&panel {
+       power-supply= <&panel_regulator>;
+};
+
 &rk808 {
        pinctrl-names = "default";
        pinctrl-0 = <&pmic_int_l>;
index 90aa145..a0d033f 100644 (file)
        };
 };
 
+&backlight {
+       power-supply = <&backlight_regulator>;
+};
+
 &cpu_alert0 {
        temperature = <65000>;
 };
        force-hpd;
 };
 
+&panel {
+       power-supply= <&panel_regulator>;
+};
+
 &rk808 {
        pinctrl-names = "default";
        pinctrl-0 = <&pmic_int_l>;