]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: timberdale: Attach device properties to TSC2007 board info
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 3 Jul 2024 19:05:23 +0000 (12:05 -0700)
committerLee Jones <lee@kernel.org>
Thu, 11 Jul 2024 15:38:23 +0000 (16:38 +0100)
commitc298391abf6505c4040632b310a14f6bd9b7afff
treef4ae331bf08ef3a32ce406391e29106d6a1930f3
parent70b46487b1558eb25ea6e533c905131b10596dc0
mfd: timberdale: Attach device properties to TSC2007 board info

Switch over to using software nodes/properties to describe the
touchscreen instead of using the legacy platform data. This will
allow to drop support for the platform data from TSC2007 driver
and rely solely on the generic driver properties.

Note: "model" is not part of defined device properties and is not
used by the TSC2007 driver, so it can be safely dropped.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Link: https://lore.kernel.org/r/ZoWg89A8C4gylTGX@google.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/timberdale.c