]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: ti_am335x_tscadc: Support the correctly spelled DT property
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 15 Oct 2021 08:14:55 +0000 (10:14 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 21 Oct 2021 08:23:53 +0000 (09:23 +0100)
commit7a7d33fe433f393a95fd2d043413ee2ff3a880f4
treed0d68cd5e260c076280b98be53d8e71cc8abaaef
parent327681e96c44623b62da4ee4716fb6edd1f33e56
mfd: ti_am335x_tscadc: Support the correctly spelled DT property

There was in the past a typo in the coordinate readouts property. The
bindings have been updated, the touchscreen driver as well and now
supports both. However, the MFD driver that is in charge of verifying
the validity of the property only checks the bogus one. Add support for
the correctly spelled DT property.

Fixes: 2589113d7789 ("Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT binding")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20211015081506.933180-38-miquel.raynal@bootlin.com
drivers/mfd/ti_am335x_tscadc.c