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-jerry.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-jerry.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-jerry.dts | 8 |
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>; |