Linux 3.11-rc4
[linux-2.6.git] / arch / arm / mach-kirkwood / board-iconnect.c
blob98b5ad1bba90cc0f4f985043cfd2bebd56c562b3
1 /*
2 * arch/arm/mach-kirkwood/board-iconnect.c
4 * Iomega i-connect Board Setup
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
11 #include <linux/kernel.h>
12 #include <linux/init.h>
13 #include <linux/of.h>
14 #include <linux/mv643xx_eth.h>
15 #include "common.h"
17 static struct mv643xx_eth_platform_data iconnect_ge00_data = {
18 .phy_addr = MV643XX_ETH_PHY_ADDR(11),
21 void __init iconnect_init(void)
23 kirkwood_ge00_init(&iconnect_ge00_data);