diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-12-14 19:15:25 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-07 02:26:03 +0300 |
commit | 03deaf4a814425ceb67c73c1b1b9ada1ee929ca5 (patch) | |
tree | 2a7379fd053874fa17cc769177e227b8627cebd3 /arch/arm/boot/dts/rk3288-veyron-speedy.dts | |
parent | 2f171d4043cf574cc003b3cbe0325b2fd02c2a43 (diff) | |
download | linux-03deaf4a814425ceb67c73c1b1b9ada1ee929ca5.tar.xz |
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.dts | 8 |
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>; |