36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
![]() |
From fe32553c8704fe15effd6945afd5de893d417a80 Mon Sep 17 00:00:00 2001
|
||
|
From: Matthias Kaehlcke <mka@chromium.org>
|
||
|
Date: Tue, 18 Jun 2019 11:45:31 -0700
|
||
|
Subject: [PATCH 52/54] Revert "ARM: dts: rockchip: set PWM delay backlight
|
||
|
settings for Minnie"
|
||
|
|
||
|
This reverts commit 288ceb85b505c19abe1895df068dda5ed20cf482.
|
||
|
|
||
|
The commit assumes that the minnie panel is a AUO B101EAN01.1 (LVDS
|
||
|
interface), however it is a AUO B101EAN01.8 (eDP interface). The eDP
|
||
|
panel doesn't need the 200 ms delay.
|
||
|
|
||
|
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
|
||
|
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
|
||
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
||
|
---
|
||
|
arch/arm/boot/dts/rk3288-veyron-minnie.dts | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/arch/arm/boot/dts/rk3288-veyron-minnie.dts b/arch/arm/boot/dts/rk3288-veyron-minnie.dts
|
||
|
index b2cc70a08554..9008e703c07e 100644
|
||
|
--- a/arch/arm/boot/dts/rk3288-veyron-minnie.dts
|
||
|
+++ b/arch/arm/boot/dts/rk3288-veyron-minnie.dts
|
||
|
@@ -106,8 +106,6 @@
|
||
|
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>;
|
||
|
};
|
||
|
|
||
|
&i2c_tunnel {
|
||
|
--
|
||
|
2.11.0
|
||
|
|