diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2021-11-26 15:24:11 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-12-09 10:06:42 +0200 |
commit | d2e8a6c43bbf61200e5fcb3199efc2680af32bc1 (patch) | |
tree | 1bccd05abf3bc37c8c7eb3c123069b22da1817a2 /arch/arm | |
parent | 1e72c64eb75e99cfcd62c2678f4c465d1213170c (diff) |
ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
Back in 2014 a property got misspelled "ti,coordiante-readouts" instead
of "ti,coordinate-readouts".
The year after it got fixed but both are still supported, although this
is not a reason to continue using this old deprecated property.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am437x-cm-t43.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-cm-t43.dts b/arch/arm/boot/dts/am437x-cm-t43.dts index 5ce8e684e7d3..3e3354780db8 100644 --- a/arch/arm/boot/dts/am437x-cm-t43.dts +++ b/arch/arm/boot/dts/am437x-cm-t43.dts @@ -399,7 +399,7 @@ tsc { ti,wires = <4>; ti,x-plate-resistance = <200>; - ti,coordiante-readouts = <5>; + ti,coordinate-readouts = <5>; ti,wire-config = <0x00 0x11 0x22 0x33>; }; |