From 08c92313b135dc9c60b76b2f2c4eb52e4382c9b9 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 21 Jul 2009 18:55:02 +0000 Subject: upgrade orion to 2.6.30.2 SVN-Revision: 16950 --- target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'target/linux/orion/files') diff --git a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c index f794b4cc52..5ce2114460 100644 --- a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c +++ b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c @@ -209,7 +209,7 @@ static struct mv643xx_eth_platform_data dt2_eth_data = { .duplex = DUPLEX_FULL, }; -static struct dsa_platform_data dt2_switch_data = { +static struct dsa_chip_data dt2_switch_chip_data = { .port_names[0] = "wan", .port_names[1] = "lan1", .port_names[2] = "lan2", @@ -218,6 +218,11 @@ static struct dsa_platform_data dt2_switch_data = { .port_names[5] = "lan4", }; +static struct dsa_platform_data dt2_switch_plat_data = { + .nr_chips = 1, + .chip = &dt2_switch_chip_data, +}; + /***************************************************************************** * RTC ISL1208 on I2C bus ****************************************************************************/ @@ -300,7 +305,6 @@ static void __init dt2_init(void) /* * Configure peripherals. */ - gpio_display(); orion5x_uart0_init(); orion5x_ehci0_init(); @@ -321,7 +325,7 @@ static void __init dt2_init(void) orion5x_eth_init(&dt2_eth_data); memcpy(dt2_eth_data.mac_addr, dt2_eeprom.gw.mac_addr[0], 6); - orion5x_eth_switch_init(&dt2_switch_data, NO_IRQ); + orion5x_eth_switch_init(&dt2_switch_plat_data, NO_IRQ); i2c_register_board_info(0, &dt2_i2c_rtc, 1); -- cgit v1.2.3