]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtc: s35390a: Drop vendorless compatible string from match table
authorRob Herring (Arm) <robh@kernel.org>
Mon, 26 Aug 2024 19:13:20 +0000 (14:13 -0500)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 11 Sep 2024 22:15:49 +0000 (00:15 +0200)
commitda1531ecf18612572c53878d5ef8e94673bf86ce
tree0c5c4bcbdaf76c70262e34a89b639a5a205a5902
parent2d611fbe9a85971a38fe93a29512bd241e4d7035
rtc: s35390a: Drop vendorless compatible string from match table

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

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240826191321.1410668-1-robh@kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-s35390a.c