upgrade orion to 2.6.30.2
[openwrt-working-2016/.git] / target / linux / orion / files / arch / arm / mach-orion5x / dt2-setup.c
index f794b4cc5247787c3311aaf2c4221cea1c69d60d..5ce2114460b915a13e9146b84b4b9a026e7e8750 100644 (file)
@@ -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);