summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-veyron-speedy.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2015-12-14 17:15:25 +0100
committerHeiko Stuebner <heiko@sntech.de>2016-04-06 16:26:03 -0700
commit03deaf4a814425ceb67c73c1b1b9ada1ee929ca5 (patch)
tree2a7379fd053874fa17cc769177e227b8627cebd3 /arch/arm/boot/dts/rk3288-veyron-speedy.dts
parent2f171d4043cf574cc003b3cbe0325b2fd02c2a43 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-speedy.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-veyron-speedy.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-speedy.dts b/arch/arm/boot/dts/rk3288-veyron-speedy.dts
index 90aa145404b5..a0d033f6fe52 100644
--- a/arch/arm/boot/dts/rk3288-veyron-speedy.dts
+++ b/arch/arm/boot/dts/rk3288-veyron-speedy.dts
@@ -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>;