diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-03-28 19:03:27 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-04-16 14:13:04 +0200 |
commit | 288ceb85b505c19abe1895df068dda5ed20cf482 (patch) | |
tree | ce1ed6231a2fe73c3d47d4cbdde5cacfafdec7a2 /arch/arm/boot/dts/rk3288-veyron-minnie.dts | |
parent | ARM: dts: rockchip: set PWM delay backlight settings for Veyron (diff) | |
download | linux-288ceb85b505c19abe1895df068dda5ed20cf482.tar.xz linux-288ceb85b505c19abe1895df068dda5ed20cf482.zip |
ARM: dts: rockchip: set PWM delay backlight settings for Minnie
The minnie devices comes with an AUO B101EAN01 panel which is different
from default veyron devices, thus the power on/off timing sequence is
slightly different. The datasheet specifies a pwm delay of 200 ms, so
update the PMW delay proprieties accordingly.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-minnie.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-minnie.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-minnie.dts b/arch/arm/boot/dts/rk3288-veyron-minnie.dts index 544de6027aaa..4c5307e62001 100644 --- a/arch/arm/boot/dts/rk3288-veyron-minnie.dts +++ b/arch/arm/boot/dts/rk3288-veyron-minnie.dts @@ -123,6 +123,8 @@ 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255>; power-supply = <&backlight_regulator>; + post-pwm-on-delay-ms = <200>; + pwm-off-delay-ms = <200>; }; &emmc { |