summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x
diff options
context:
space:
mode:
authorMartin Michlmayr2008-06-28 12:56:49 +0200
committerNicolas Pitre2008-06-30 20:25:23 +0200
commitcdd3c5ec1e79f99a56a9c94f77e082e4846c7d71 (patch)
tree93efb2e5f83b1df67c36d142a90b4e2eed975fde /arch/arm/mach-orion5x
parent[ARM] Orion: initialize UART1 on Kurobox Pro/Linkstation Pro (diff)
downloadkernel-qcow2-linux-cdd3c5ec1e79f99a56a9c94f77e082e4846c7d71.tar.gz
kernel-qcow2-linux-cdd3c5ec1e79f99a56a9c94f77e082e4846c7d71.tar.xz
kernel-qcow2-linux-cdd3c5ec1e79f99a56a9c94f77e082e4846c7d71.zip
[ARM] Orion: correctly load mv2120 RTC driver
After Jean Delvare's change "i2c: Convert most new-style drivers to use module aliasing" (3760f736716f74bdc62a4ba5406934338da93eb2), 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>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r--arch/arm/mach-orion5x/mv2120-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/mv2120-setup.c b/arch/arm/mach-orion5x/mv2120-setup.c
index d838bdbc1976..f1dcad36b13c 100644
--- a/arch/arm/mach-orion5x/mv2120-setup.c
+++ b/arch/arm/mach-orion5x/mv2120-setup.c
@@ -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,
};