]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
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 1a9bef1303d3946506cda18c2e0b68cf62acb10c..f6b2eaaebb9ab90bcca8fc8d46d3800830a4cd32 100644 (file)
        };
 };
 
+&backlight {
+       power-supply = <&backlight_regulator>;
+};
+
+&panel {
+       power-supply= <&panel_regulator>;
+};
+
 &rk808 {
        pinctrl-names = "default";
        pinctrl-0 = <&pmic_int_l>;
index 90aa145404b59bebd883d03646c72948698da49b..a0d033f6fe5268fb4d087691c5c99cafba8d176b 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>;