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>
This commit is contained in:
parent
6d5922dd0d
commit
288ceb85b5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue