ARM: mv78xx0: set the correct driver for the i2c RTC
authorJeremy J. Peper <jeremy@jeremypeper.com>
Fri, 17 Mar 2023 15:43:45 +0000 (10:43 -0500)
committerArnd Bergmann <arnd@arndb.de>
Tue, 18 Apr 2023 15:04:21 +0000 (17:04 +0200)
Original code was largely copy-pasted from the reference board code, adjust to use the actual RTC chip present on the TS-WXL.

Signed-off-by: Jeremy J. Peper <jeremy@jeremypeper.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-mv78xx0/buffalo-wxl-setup.c

index 383dc6eab71a863285f709aeb15b0fcd2c230b32..c3f6dc3518af5365de9d38bdb1234f88d42f6fd3 100644 (file)
@@ -39,7 +39,7 @@ static struct mv_sata_platform_data db78x00_sata_data = {
 };
 
 static struct i2c_board_info __initdata db78x00_i2c_rtc = {
-       I2C_BOARD_INFO("ds1338", 0x68),
+       I2C_BOARD_INFO("rs5c372a", 0x32),
 };