diff options
author | Brian Norris <briannorris@chromium.org> | 2018-01-05 19:47:55 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-12 03:40:02 -0500 |
commit | 99435889bd4a71c0ac04ce3af6911d8b05c62196 (patch) | |
tree | e9778fbecafee516a9163fe20d2c822adba95a58 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off'
This was used out-of-tree as a hack for resolving issues where some
systems expect the backlight to turn on automatically at boot, while
others expect to manage the backlight status via a DRM/panel driver.
Those issues have since been fixed upstream in pwm_bl.c without device
tree hacks, and so this un-documented property should no longer be
useful.
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi index d752a315f884..be487111d025 100644 --- a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi | |||
@@ -92,7 +92,6 @@ | |||
92 | 248 249 250 251 252 253 254 255>; | 92 | 248 249 250 251 252 253 254 255>; |
93 | default-brightness-level = <128>; | 93 | default-brightness-level = <128>; |
94 | enable-gpios = <&gpio7 RK_PA2 GPIO_ACTIVE_HIGH>; | 94 | enable-gpios = <&gpio7 RK_PA2 GPIO_ACTIVE_HIGH>; |
95 | backlight-boot-off; | ||
96 | pinctrl-names = "default"; | 95 | pinctrl-names = "default"; |
97 | pinctrl-0 = <&bl_en>; | 96 | pinctrl-0 = <&bl_en>; |
98 | pwms = <&pwm0 0 1000000 0>; | 97 | pwms = <&pwm0 0 1000000 0>; |