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

The panels need a bit of time to actually turn on. If this isn't
observed, this results in problems when trying talk to the panels
and thus produces detection errors. 100ms seem to be a safe value
for the time being.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
This commit is contained in:
Heiko Stuebner 2015-11-29 19:46:09 +01:00
parent a4e00345b2
commit 1f45e8c6d0
4 changed files with 4 additions and 0 deletions

View file

@ -61,6 +61,7 @@ panel_regulator: panel-regulator {
pinctrl-names = "default";
pinctrl-0 = <&lcd_enable_h>;
regulator-name = "panel_regulator";
startup-delay-us = <100000>;
vin-supply = <&vcc33_sys>;
};

View file

@ -60,6 +60,7 @@ panel_regulator: panel-regulator {
pinctrl-names = "default";
pinctrl-0 = <&lcd_enable_h>;
regulator-name = "panel_regulator";
startup-delay-us = <100000>;
vin-supply = <&vcc33_sys>;
};

View file

@ -70,6 +70,7 @@ panel_regulator: panel-regulator {
pinctrl-names = "default";
pinctrl-0 = <&lcd_enable_h>;
regulator-name = "panel_regulator";
startup-delay-us = <100000>;
vin-supply = <&vcc33_sys>;
};

View file

@ -61,6 +61,7 @@ panel_regulator: panel-regulator {
pinctrl-names = "default";
pinctrl-0 = <&lcd_enable_h>;
regulator-name = "panel_regulator";
startup-delay-us = <100000>;
vin-supply = <&vcc33_sys>;
};