]> www.infradead.org Git - users/hch/misc.git/commit
mfd: tc3589x: Drop vendorless compatible string from match table
authorRob Herring (Arm) <robh@kernel.org>
Mon, 26 Aug 2024 19:13:00 +0000 (14:13 -0500)
committerLee Jones <lee@kernel.org>
Mon, 23 Sep 2024 15:20:54 +0000 (16:20 +0100)
commit04bb1800e6dae2172c24752122eace0b038a42b0
tree36fb3967b1929b7af07f4a1c92fdc16810871d8d
parent015d18800269cf47a370dc885766eea36c11f7da
mfd: tc3589x: Drop vendorless compatible string from match table

There's no need to list "tc3589x" in the DT match table. The I2C core
will strip any vendor prefix and match against the i2c_device_id table
which has an "tc3589x" entry.

Probably "tc3589x" and TC3589X_UNKNOWN could be removed altogether.
Use of that compatible was only on some STE platforms and was dropped
in 2013. There were ABI breaks in 2014 claiming no DTs in the wild. See
commit 1637d480f873 ("pinctrl: nomadik: force-convert to generic config
bindings").

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240826191300.1410222-1-robh@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/tc3589x.c