ARM: dts: rockchip: simple panel and backlight supplies on veyron boards

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>
This commit is contained in:
Heiko Stuebner 2015-12-14 17:15:25 +01:00
parent 2f171d4043
commit 03deaf4a81
2 changed files with 16 additions and 0 deletions

View File

@ -88,6 +88,14 @@
};
};
&backlight {
power-supply = <&backlight_regulator>;
};
&panel {
power-supply= <&panel_regulator>;
};
&rk808 {
pinctrl-names = "default";
pinctrl-0 = <&pmic_int_l>;

View File

@ -89,6 +89,10 @@
};
};
&backlight {
power-supply = <&backlight_regulator>;
};
&cpu_alert0 {
temperature = <65000>;
};
@ -104,6 +108,10 @@
force-hpd;
};
&panel {
power-supply= <&panel_regulator>;
};
&rk808 {
pinctrl-names = "default";
pinctrl-0 = <&pmic_int_l>;