]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 5c97e31535263e4336bff32f6323afe76054e2c6..2123ac21491e892bfa23ab77248c3865cc88ebe6 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 60bd6e91e30808b9792ae45d2762a23685317650..1a9bef1303d3946506cda18c2e0b68cf62acb10c 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 699beb0a9481b54b30eabe75a6b95008ced1bacb..8b16f378a8478f350aebe424f54f4312e59d4b7a 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 b34a7b5b3f62e04db16b1fd74d76f2c045775fc1..e62cdee78302892f13292259737e1d5c41a3013b 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>;
        };