Commit 84d9bba0 authored by Craig Tatlor's avatar Craig Tatlor Committed by Andy Gross

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: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarCraig Tatlor <ctatlor97@gmail.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent c4b70883
......@@ -491,7 +491,7 @@ i2c@f9964000 {
pinctrl-0 = <&i2c8_pins>;
synaptics@2c {
compatible = "syna,rmi-i2c";
compatible = "syna,rmi4-i2c";
reg = <0x2c>;
interrupt-parent = <&msmgpio>;
......@@ -506,6 +506,8 @@ synaptics@2c {
pinctrl-names = "default";
pinctrl-0 = <&ts_int_pin>;
syna,startup-delay-ms = <10>;
rmi-f01@1 {
reg = <0x1>;
syna,nosleep = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment