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 Original line Diff line number Diff line
@@ -88,6 +88,14 @@ backlight_regulator: backlight-regulator {
	};
	};
};
};


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

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

&rk808 {
&rk808 {
	pinctrl-names = "default";
	pinctrl-names = "default";
	pinctrl-0 = <&pmic_int_l>;
	pinctrl-0 = <&pmic_int_l>;
+8 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,10 @@ backlight_regulator: backlight-regulator {
	};
	};
};
};


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

&cpu_alert0 {
&cpu_alert0 {
	temperature = <65000>;
	temperature = <65000>;
};
};
@@ -104,6 +108,10 @@ &edp {
	force-hpd;
	force-hpd;
};
};


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

&rk808 {
&rk808 {
	pinctrl-names = "default";
	pinctrl-names = "default";
	pinctrl-0 = <&pmic_int_l>;
	pinctrl-0 = <&pmic_int_l>;