Skip to content

Commit 189e3dd

Browse files
1000001101000arndb
authored andcommitted
ARM: mv78xx0: set the correct driver for the i2c RTC
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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent cf15079 commit 189e3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-mv78xx0/buffalo-wxl-setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static struct mv_sata_platform_data db78x00_sata_data = {
3939
};
4040

4141
static struct i2c_board_info __initdata db78x00_i2c_rtc = {
42-
I2C_BOARD_INFO("ds1338", 0x68),
42+
I2C_BOARD_INFO("rs5c372a", 0x32),
4343
};
4444

4545

0 commit comments

Comments
 (0)