Commit 189e3ddb authored by Jeremy J. Peper's avatar Jeremy J. Peper Committed by Arnd Bergmann

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: default avatarJeremy J. Peper <jeremy@jeremypeper.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent cf15079c
......@@ -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),
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment