Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03deaf4a authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

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: default avatarHeiko Stuebner <heiko@sntech.de>
Tested-by: default avatarDouglas Anderson <dianders@chromium.org>
parent 2f171d40
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -88,6 +88,14 @@
	};
};

&backlight {
	power-supply = <&backlight_regulator>;
};

&panel {
	power-supply= <&panel_regulator>;
};

&rk808 {
	pinctrl-names = "default";
	pinctrl-0 = <&pmic_int_l>;
+8 −0
Original line number Diff line number Diff line
@@ -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>;