]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rtc: x1205: Fix Xicor X1205 vendor prefix
authorRob Herring (Arm) <robh@kernel.org>
Thu, 21 Aug 2025 21:57:02 +0000 (16:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Oct 2025 14:23:06 +0000 (16:23 +0200)
commit03f967f944374376d4c836ff9eee6c32af8a509f
tree3e6aae7b3582858b8a8c78fbfc724c61a5ae8648
parentfadf0c073d97fa3c2dff7a5ccdfa82e05e6738e5
rtc: x1205: Fix Xicor X1205 vendor prefix

[ Upstream commit 606d19ee37de3a72f1b6e95a4ea544f6f20dbb46 ]

The vendor for the X1205 RTC is not Xircom, but Xicor which was acquired
by Intersil. Since the I2C subsystem drops the vendor prefix for driver
matching, the vendor prefix hasn't mattered.

Fixes: 6875404fdb44 ("rtc: x1205: Add DT probing support")
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250821215703.869628-2-robh@kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/rtc/rtc-x1205.c