ARM: dts: msm8974: castor: Fix typo and add startup delay in touchscreen node
authorCraig Tatlor <ctatlor97@gmail.com>
Tue, 13 Mar 2018 16:46:38 +0000 (16:46 +0000)
committerAndy Gross <andy.gross@linaro.org>
Thu, 15 Mar 2018 05:23:41 +0000 (00:23 -0500)
The compatible string was mistakenly pulled from the downstream tree and the
startup delay property is needed to prevent io errors on initial page select.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Craig Tatlor <ctatlor97@gmail.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts

index e87f2c9..701b396 100644 (file)
                pinctrl-0 = <&i2c8_pins>;
 
                synaptics@2c {
-                       compatible = "syna,rmi-i2c";
+                       compatible = "syna,rmi4-i2c";
                        reg = <0x2c>;
 
                        interrupt-parent = <&msmgpio>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&ts_int_pin>;
 
+                       syna,startup-delay-ms = <10>;
+
                        rmi-f01@1 {
                                reg = <0x1>;
                                syna,nosleep = <1>;