aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-11-11 02:56:43 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-11-11 03:01:45 -0500
commitc9aeb249bf72edcf1ca28fe301fb3cbb53cb23d8 (patch)
tree18cc82506adda0bb411a6266676a0e90e8bb5b4d /arch/arm
parenta0137817476ce9dc8c5cfd8078862796bbb8c70c (diff)
Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT binding
There was a spelling mistake on TSC/ADC binding where "coordinate" was spelled as "coordiante". We can't simply fix the error due to DT being an ABI, the approach taken was to first use correct spelling and if that fails, fall back to miss-spelled version. It's unfortunate that has creeped into the tree. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/am335x-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
index e8ec8756e498..c5b73bcd3686 100644
--- a/arch/arm/boot/dts/am335x-evm.dts
+++ b/arch/arm/boot/dts/am335x-evm.dts
@@ -509,7 +509,7 @@
509 tsc { 509 tsc {
510 ti,wires = <4>; 510 ti,wires = <4>;
511 ti,x-plate-resistance = <200>; 511 ti,x-plate-resistance = <200>;
512 ti,coordiante-readouts = <5>; 512 ti,coordinate-readouts = <5>;
513 ti,wire-config = <0x00 0x11 0x22 0x33>; 513 ti,wire-config = <0x00 0x11 0x22 0x33>;
514 }; 514 };
515 515