summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-veyron-jerry.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-jerry.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-jerry.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-veyron-jerry.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-jerry.dts b/arch/arm/boot/dts/rk3288-veyron-jerry.dts
index 1a9bef1303d3..f6b2eaaebb9a 100644
--- a/arch/arm/boot/dts/rk3288-veyron-jerry.dts
+++ b/arch/arm/boot/dts/rk3288-veyron-jerry.dts
@@ -88,6 +88,14 @@
};
};
+&backlight {
+ power-supply = <&backlight_regulator>;
+};
+
+&panel {
+ power-supply= <&panel_regulator>;
+};
+
&rk808 {
pinctrl-names = "default";
pinctrl-0 = <&pmic_int_l>;