ARM: dts: rockchip: add startup delay to rk3288-veyron panel-regulators
authorHeiko Stuebner <heiko@sntech.de>
Sun, 29 Nov 2015 18:46:09 +0000 (19:46 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 6 Apr 2016 23:25:49 +0000 (16:25 -0700)
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>
arch/arm/boot/dts/rk3288-veyron-jaq.dts
arch/arm/boot/dts/rk3288-veyron-jerry.dts
arch/arm/boot/dts/rk3288-veyron-minnie.dts
arch/arm/boot/dts/rk3288-veyron-speedy.dts

index 5c97e31..2123ac2 100644 (file)
@@ -61,6 +61,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&lcd_enable_h>;
                regulator-name = "panel_regulator";
+               startup-delay-us = <100000>;
                vin-supply = <&vcc33_sys>;
        };
 
index 60bd6e9..1a9bef1 100644 (file)
@@ -60,6 +60,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&lcd_enable_h>;
                regulator-name = "panel_regulator";
+               startup-delay-us = <100000>;
                vin-supply = <&vcc33_sys>;
        };
 
index 699beb0..8b16f37 100644 (file)
@@ -70,6 +70,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&lcd_enable_h>;
                regulator-name = "panel_regulator";
+               startup-delay-us = <100000>;
                vin-supply = <&vcc33_sys>;
        };
 
index b34a7b5..e62cdee 100644 (file)
@@ -61,6 +61,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&lcd_enable_h>;
                regulator-name = "panel_regulator";
+               startup-delay-us = <100000>;
                vin-supply = <&vcc33_sys>;
        };