diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-23 13:38:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-23 13:38:43 +0000 |
commit | 03c5b7d96af72455957b1b7f3518f6a1c44e92a5 (patch) | |
tree | e7c288c699907442ac8823d927b3f5a9b32204d5 /target/linux/ixp4xx/patches-2.6.27/311-gtwx5717_mac_plat_info.patch | |
parent | aafcab83642e9ab1cc53dc37f3494db7e350634e (diff) | |
download | mtk-20170518-03c5b7d96af72455957b1b7f3518f6a1c44e92a5.zip mtk-20170518-03c5b7d96af72455957b1b7f3518f6a1c44e92a5.tar.gz mtk-20170518-03c5b7d96af72455957b1b7f3518f6a1c44e92a5.tar.bz2 |
2.6.28 and 2.6.30 support is enough on ixp4xx
SVN-Revision: 16545
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.27/311-gtwx5717_mac_plat_info.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.27/311-gtwx5717_mac_plat_info.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.27/311-gtwx5717_mac_plat_info.patch b/target/linux/ixp4xx/patches-2.6.27/311-gtwx5717_mac_plat_info.patch deleted file mode 100644 index 29f3290..0000000 --- a/target/linux/ixp4xx/patches-2.6.27/311-gtwx5717_mac_plat_info.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/arch/arm/mach-ixp4xx/gtwx5715-setup.c -+++ b/arch/arm/mach-ixp4xx/gtwx5715-setup.c -@@ -154,10 +154,37 @@ static struct platform_device gtwx5715_s - }, - }; - -+static struct eth_plat_info gtwx5715_npeb_data = { -+ .phy = IXP4XX_ETH_PHY_MAX_ADDR, -+ .phy_mask = 0x1e, /* ports 1-4 of the KS8995 switch */ -+ .rxq = 3, -+ .txreadyq = 20, -+}; -+ -+static struct eth_plat_info gtwx5715_npec_data = { -+ .phy = 5, /* port 5 of the KS8995 switch */ -+ .rxq = 4, -+ .txreadyq = 21, -+}; -+ -+static struct platform_device gtwx5715_npeb_device = { -+ .name = "ixp4xx_eth", -+ .id = IXP4XX_ETH_NPEB, -+ .dev.platform_data = >wx5715_npeb_data, -+}; -+ -+static struct platform_device gtwx5715_npec_device = { -+ .name = "ixp4xx_eth", -+ .id = IXP4XX_ETH_NPEC, -+ .dev.platform_data = >wx5715_npec_data, -+}; -+ - static struct platform_device *gtwx5715_devices[] __initdata = { - >wx5715_uart_device, - >wx5715_flash, - >wx5715_spi_bus, -+ >wx5715_npeb_device, -+ >wx5715_npec_device, - }; - - static void __init gtwx5715_init(void) |