Skip to content

Commit 31fba16

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: msm8974pro-castor: correct touchscreen function names
The node names for functions of Synaptics RMI4 touchscreen must be as "rmi4-fXX", as required by bindings and Linux driver. qcom-msm8974pro-sony-xperia-shinano-castor.dtb: synaptics@2c: Unevaluated properties are not allowed ('rmi-f01@1', 'rmi-f11@11' were unexpected) Fixes: ab80661 ("ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet") Cc: <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 43db692 commit 31fba16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@
125125

126126
syna,startup-delay-ms = <100>;
127127

128-
rmi-f01@1 {
128+
rmi4-f01@1 {
129129
reg = <0x1>;
130130
syna,nosleep = <1>;
131131
};
132132

133-
rmi-f11@11 {
133+
rmi4-f11@11 {
134134
reg = <0x11>;
135135
syna,sensor-type = <1>;
136136
touchscreen-inverted-x;

0 commit comments

Comments
 (0)