]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off'
authorBrian Norris <briannorris@chromium.org>
Sat, 6 Jan 2018 00:47:55 +0000 (16:47 -0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 12 Feb 2018 08:40:02 +0000 (09:40 +0100)
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>
arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi

index d752a315f884185606bbe552056eba15a54cb051..be487111d0252ece0b27c324dab7a1b2bad94b95 100644 (file)
@@ -92,7 +92,6 @@
                        248 249 250 251 252 253 254 255>;
                default-brightness-level = <128>;
                enable-gpios = <&gpio7 RK_PA2 GPIO_ACTIVE_HIGH>;
-               backlight-boot-off;
                pinctrl-names = "default";
                pinctrl-0 = <&bl_en>;
                pwms = <&pwm0 0 1000000 0>;