aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x/mv2120-setup.c
diff options
context:
space:
mode:
authorSaeed Bishara <saeed@marvell.com>2008-06-17 06:25:12 -0400
committerLennert Buytenhek <buytenh@marvell.com>2008-08-09 09:17:28 -0400
commit1d5a1a6e92abb1ecb011a673e637146c4e232f1e (patch)
tree66a608528e39e0c49645e8cafbed00d4dc761e55 /arch/arm/mach-orion5x/mv2120-setup.c
parent3af6b0440f7b318af3f6a4c4ce251753377dba3a (diff)
[ARM] Orion: Instantiate mv_xor driver for 5182
Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/mv2120-setup.c')
-rw-r--r--arch/arm/mach-orion5x/mv2120-setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/mv2120-setup.c b/arch/arm/mach-orion5x/mv2120-setup.c
index 67b2c0df615f..978d4d599396 100644
--- a/arch/arm/mach-orion5x/mv2120-setup.c
+++ b/arch/arm/mach-orion5x/mv2120-setup.c
@@ -203,6 +203,7 @@ static void __init mv2120_init(void)
203 orion5x_i2c_init(); 203 orion5x_i2c_init();
204 orion5x_sata_init(&mv2120_sata_data); 204 orion5x_sata_init(&mv2120_sata_data);
205 orion5x_uart0_init(); 205 orion5x_uart0_init();
206 orion5x_xor_init();
206 207
207 orion5x_setup_dev_boot_win(MV2120_NOR_BOOT_BASE, MV2120_NOR_BOOT_SIZE); 208 orion5x_setup_dev_boot_win(MV2120_NOR_BOOT_BASE, MV2120_NOR_BOOT_SIZE);
208 platform_device_register(&mv2120_nor_flash); 209 platform_device_register(&mv2120_nor_flash);