]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT binding
authorFelipe Balbi <balbi@ti.com>
Mon, 11 Nov 2013 07:56:43 +0000 (23:56 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 11 Nov 2013 08:01:45 +0000 (00:01 -0800)
commit2589113d7789568b58e33547242b4e55bd4b9495
tree18cc82506adda0bb411a6266676a0e90e8bb5b4d
parentd9e166d4e628b8db94c6a71bf5fc9a6fe0d7b61e
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>
Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt
arch/arm/boot/dts/am335x-evm.dts
drivers/input/touchscreen/ti_am335x_tsc.c