summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts
diff options
context:
space:
mode:
authorCraig Tatlor <ctatlor97@gmail.com>2018-03-13 16:46:38 +0000
committerAndy Gross <andy.gross@linaro.org>2018-03-15 00:23:41 -0500
commit84d9bba0762e0a8e5dc66d25826a306e26177e6f (patch)
tree90fd7d788c24e250404cf688c5614c17528f3d18 /arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts
parentc4b70883ee336645bc9841b99322f76efb3de1c4 (diff)
ARM: dts: msm8974: castor: Fix typo and add startup delay in touchscreen node
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>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts')
-rw-r--r--arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts
index e87f2c99060d..701b396719c7 100644
--- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts
+++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts
@@ -491,7 +491,7 @@
pinctrl-0 = <&i2c8_pins>;
synaptics@2c {
- compatible = "syna,rmi-i2c";
+ compatible = "syna,rmi4-i2c";
reg = <0x2c>;
interrupt-parent = <&msmgpio>;
@@ -506,6 +506,8 @@
pinctrl-names = "default";
pinctrl-0 = <&ts_int_pin>;
+ syna,startup-delay-ms = <10>;
+
rmi-f01@1 {
reg = <0x1>;
syna,nosleep = <1>;