Skip to content

Commit

Permalink
[ARM] Orion: correctly load mv2120 RTC driver
Browse files Browse the repository at this point in the history
After Jean Delvare's change "i2c: Convert most new-style drivers
to use module aliasing" (3760f73),
loading rtc-xxx from platform code fails.  Update mv2120-setup.c so
that the driver is loaded correctly.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
  • Loading branch information
Martin Michlmayr authored and Nicolas Pitre committed Jun 30, 2008
1 parent 9e95685 commit cdd3c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-orion5x/mv2120-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static struct orion5x_mpp_mode mv2120_mpp_modes[] __initdata = {
};

static struct i2c_board_info __initdata mv2120_i2c_rtc = {
I2C_BOARD_INFO("rtc-pcf8563", 0x51),
I2C_BOARD_INFO("pcf8563", 0x51),
.irq = 0,
};

Expand Down

0 comments on commit cdd3c5e

Please sign in to comment.