Commit 3c29ba8e authored by Douglas Anderson's avatar Douglas Anderson Committed by Heiko Stuebner

Revert "ARM: dts: rockchip: add startup delay to rk3288-veyron panel-regulators"

This reverts commit 1f45e8c6.

This 100 ms mystery delay is not on downstream kernels and no longer
seems needed on upstream kernels either [1].  Presumably something in the
meantime has made things better.  A few possibilities for patches that
have landed in the meantime that could have made this better are
commit 3157694d ("pwm-backlight: Add support for PWM delays
proprieties."), commit 5fb5caee ("pwm-backlight: Enable/disable
the PWM before/after LCD enable toggle."), and commit 6d5922dd
("ARM: dts: rockchip: set PWM delay backlight settings for Veyron")

Let's revert and get our 100 ms back.

[1] https://lkml.kernel.org/r/2226970.BAPq4liE1j@diegoSigned-off-by: default avatarDouglas Anderson <dianders@chromium.org>
[rebased on top of the recent veyron display cleanup]
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6f79fcc6
......@@ -24,7 +24,6 @@ panel_regulator: panel-regulator {
pinctrl-names = "default";
pinctrl-0 = <&lcd_enable_h>;
regulator-name = "panel_regulator";
startup-delay-us = <100000>;
vin-supply = <&vcc33_sys>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment