* adds profiles to the kernel * fixes 2 compile errors in the usb driver * ioports...
[openwrt/openwrt.git] / target / linux / lantiq / patches / 400-mach-arv45xx.patch
index b778a5bbffc10184a694950e6a78f7176e827982..419c9ae5527332d7626eb0059777c8ef8dc27b22 100644 (file)
@@ -1,13 +1,19 @@
 --- a/arch/mips/include/asm/mach-lantiq/machine.h
 +++ b/arch/mips/include/asm/mach-lantiq/machine.h
-@@ -11,4 +11,8 @@
+@@ -11,4 +11,14 @@
        LANTIQ_MACH_EASY4010,           /* Twinpass evalkit */
        LANTIQ_MACH_EASY50712,          /* Danube evalkit */
        LANTIQ_MACH_EASY50812,          /* AR9 eval board */
-+      LANTIQ_MACH_ARV4518,            /* Airties WAV-221, SMC-7908A-ISP */
-+      LANTIQ_MACH_ARV452,                     /* Airties WAV-281, Arcor EasyboxA800 */
-+      LANTIQ_MACH_ARV4525,            /* Speedport W502V */
++
++      /* Arcadyan */
++      LANTIQ_MACH_ARV4510PW,          /* Wippies Homebox */
++      LANTIQ_MACH_ARV4518PW,          /* Airties WAV-221, SMC-7908A-ISP */
++      LANTIQ_MACH_ARV4520PW,          /* Airties WAV-281, Arcor EasyboxA800 */
++      LANTIQ_MACH_ARV452CPW,          /* Arcor EasyboxA801 */
++      LANTIQ_MACH_ARV4525PW,          /* Speedport W502V */
++      LANTIQ_MACH_ARV752DPW,          /* Arcor easybox a802 */
 +      LANTIQ_MACH_ARV752DPW22,        /* Arcor easybox a803 */
++      LANTIQ_MACH_ARV7518PW,          /* ASTORIA */
  };
 --- a/arch/mips/lantiq/xway/Kconfig
 +++ b/arch/mips/lantiq/xway/Kconfig
@@ -31,7 +37,7 @@
 +obj-$(CONFIG_LANTIQ_MACH_ARV45XX) += mach-arv45xx.o
 --- /dev/null
 +++ b/arch/mips/lantiq/xway/mach-arv45xx.c
-@@ -0,0 +1,268 @@
+@@ -0,0 +1,465 @@
 +/*
 + *  This program is free software; you can redistribute it and/or modify it
 + *  under the terms of the GNU General Public License version 2 as published
@@ -57,9 +63,7 @@
 +#include <lantiq_platform.h>
 +
 +#include "devices.h"
-+
-+#define ARV452_LATCH_SWITCH           (1 << 10)
-+#define ARV752DPW22_LATCH_DEFAULT     (2)
++#include "dev-dwc_otg.h"
 +
 +#ifdef CONFIG_MTD_PARTITIONS
 +static struct mtd_partition arv45xx_partitions[] =
 +              .size   = 0x10000,
 +      },
 +};
-+#endif
 +
-+static struct physmap_flash_data arv45xx_flash_data = {
-+#ifdef CONFIG_MTD_PARTITIONS
-+      .nr_parts       = ARRAY_SIZE(arv45xx_partitions),
-+      .parts          = arv45xx_partitions,
-+#endif
++static struct mtd_partition arv4518_partitions[] =
++{
++      {
++              .name   = "uboot",
++              .offset = 0x0,
++              .size   = 0x40000,
++      },
++      {
++              .name   = "uboot_env",
++              .offset = 0x40000,
++              .size   = 0x10000,
++      },
++      {
++              .name   = "linux",
++              .offset = 0x50000,
++              .size   = 0x3a0000,
++      },
++      {
++              .name   = "board_config",
++              .offset = 0x3f0000,
++              .size   = 0x10000,
++      },
 +};
 +
 +static struct mtd_partition arv75xx_partitions[] =
 +      },
 +};
 +
++#endif
++
++static struct physmap_flash_data arv45xx_flash_data = {
++#ifdef CONFIG_MTD_PARTITIONS
++      .nr_parts       = ARRAY_SIZE(arv45xx_partitions),
++      .parts          = arv45xx_partitions,
++#endif
++};
++
++static struct physmap_flash_data arv4518_flash_data = {
++#ifdef CONFIG_MTD_PARTITIONS
++      .nr_parts       = ARRAY_SIZE(arv4518_partitions),
++      .parts          = arv4518_partitions,
++#endif
++};
++
 +static struct physmap_flash_data arv75xx_flash_data = {
 +#ifdef CONFIG_MTD_PARTITIONS
 +      .nr_parts       = ARRAY_SIZE(arv75xx_partitions),
 +};
 +
 +static struct gpio_led
-+arv4518_leds_gpio[] __initdata = {
-+      { .name = "soc:blue:power", .gpio = 3, .active_low = 1, },
-+      { .name = "soc:blue:adsl", .gpio = 4, .active_low = 1, },
-+      { .name = "soc:blue:internet", .gpio = 5, .active_low = 1, },
-+      { .name = "soc:red:power", .gpio = 6, .active_low = 1, },
-+      { .name = "soc:yello:wps", .gpio = 7, .active_low = 1, },
-+      { .name = "soc:red:wps", .gpio = 9, .active_low = 1, },
-+      { .name = "soc:blue:voip", .gpio = 32, .active_low = 1, },
-+      { .name = "soc:blue:fxs1", .gpio = 33, .active_low = 1, },
-+      { .name = "soc:blue:fxs2", .gpio = 34, .active_low = 1, },
-+      { .name = "soc:blue:fxo", .gpio = 35, .active_low = 1, },
-+      { .name = "soc:blue:voice", .gpio = 36, .active_low = 1, },
-+      { .name = "soc:blue:usb", .gpio = 37, .active_low = 1, },
-+      { .name = "soc:blue:wlan", .gpio = 38, .active_low = 1, },
++arv4510pw_leds_gpio[] __initdata = {
++      { .name = "soc:green:foo", .gpio = 4, .active_low = 1, },
 +};
 +
 +static struct gpio_led
-+arv452_leds_gpio[] __initdata = {
++arv4518pw_leds_gpio[] __initdata = {
++      { .name = "soc:green:power", .gpio = 3, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:adsl", .gpio = 4, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:internet", .gpio = 5, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:wlan", .gpio = 6, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:yellow:wps", .gpio = 7, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:red:fail", .gpio = 8, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:usb", .gpio = 19, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:voip", .gpio = 32, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:fxs1", .gpio = 33, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:fxs2", .gpio = 34, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:fxo", .gpio = 35, .active_low = 1, .default_trigger = "default-on" },
++};
++
++static struct gpio_button
++arv4518pw_gpio_buttons[] __initdata = {
++      { .desc = "wlan", .type = EV_KEY, .code = BTN_0, .threshold = 3, .gpio = 28, .active_low = 1, },
++      { .desc = "wps", .type = EV_KEY, .code = BTN_1, .threshold = 3, .gpio = 29, .active_low = 1, },
++      { .desc = "reset", .type = EV_KEY, .code = BTN_2, .threshold = 3, .gpio = 30, .active_low = 1, },
++};
++
++static struct gpio_led
++arv4520pw_leds_gpio[] __initdata = {
 +      { .name = "soc:blue:power", .gpio = 3, .active_low = 1, },
 +      { .name = "soc:blue:adsl", .gpio = 4, .active_low = 1, },
 +      { .name = "soc:blue:internet", .gpio = 5, .active_low = 1, },
 +      { .name = "soc:red:power", .gpio = 6, .active_low = 1, },
-+      { .name = "soc:yello:wps", .gpio = 7, .active_low = 1, },
++      { .name = "soc:yellow:wps", .gpio = 7, .active_low = 1, },
 +      { .name = "soc:red:wps", .gpio = 9, .active_low = 1, },
 +      { .name = "soc:blue:voip", .gpio = 32, .active_low = 1, },
 +      { .name = "soc:blue:fxs1", .gpio = 33, .active_low = 1, },
 +      { .name = "soc:blue:wlan", .gpio = 38, .active_low = 1, },
 +};
 +
-+static struct gpio_led arv4525_leds_gpio[] __initdata = {
-+      { .name = "soc:green:festnetz", .gpio = 4, .active_low = 1, },
-+      { .name = "soc:green:internet", .gpio = 5, .active_low = 1, },
-+      { .name = "soc:green:dsl", .gpio = 6, .active_low = 1, },
-+      { .name = "soc:green:wlan", .gpio = 8, .active_low = 1, },
-+      { .name = "soc:green:online", .gpio = 9, .active_low = 1, },
++static struct gpio_led
++arv452cpw_leds_gpio[] __initdata = {
++      { .name = "soc:blue:power", .gpio = 3, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:adsl", .gpio = 4, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:isdn", .gpio = 5, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:red:power", .gpio = 6, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:yellow:wps", .gpio = 7, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:red:wps", .gpio = 9, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:fxs1", .gpio = 32, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:fxs2", .gpio = 33, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:wps", .gpio = 34, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:fxo", .gpio = 35, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:voice", .gpio = 36, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:usb", .gpio = 37, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:wlan", .gpio = 38, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:blue:internet", .gpio = 40, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:red:internet", .gpio = 41, .active_low = 1, .default_trigger = "default-on" },
++};
++
++static struct gpio_led
++arv4525pw_leds_gpio[] __initdata = {
++      { .name = "soc:green:festnetz", .gpio = 4, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:internet", .gpio = 5, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:dsl", .gpio = 6, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:wlan", .gpio = 8, .active_low = 1, .default_trigger = "default-on" },
++      { .name = "soc:green:online", .gpio = 9, .active_low = 1, .default_trigger = "default-on" },
 +};
 +
 +static struct gpio_led
 +      { .name = "soc:green:eth4", .gpio = 46, .active_low = 1, .default_trigger = "default-on", },
 +};
 +
++static struct gpio_button
++arv752dpw22_gpio_buttons[] __initdata = {
++      { .desc = "btn0", .type = EV_KEY, .code = BTN_0, .threshold = 3, .gpio = 12, .active_low = 1, },
++      { .desc = "btn1", .type = EV_KEY, .code = BTN_1, .threshold = 3, .gpio = 13, .active_low = 1, },
++      { .desc = "btn2", .type = EV_KEY, .code = BTN_2, .threshold = 3, .gpio = 28, .active_low = 1, },
++};
++
++static struct gpio_led
++arv7518pw_leds_gpio[] __initdata = {
++      { .name = "soc:green:power", .gpio = 2, .active_low = 1, },
++      { .name = "soc:green:adsl", .gpio = 4, .active_low = 1, },
++      { .name = "soc:green:internet", .gpio = 5, .active_low = 1, },
++      { .name = "soc:green:wlan", .gpio = 6, .active_low = 1, },
++      { .name = "soc:red:internet", .gpio = 8, .active_low = 1, },
++      { .name = "soc:green:usb", .gpio = 19, .active_low = 1, },
++};
++
++static struct gpio_button
++arv7518pw_gpio_buttons[] __initdata = {
++      { .desc = "reset", .type = EV_KEY, .code = BTN_0, .threshold = 3, .gpio = 23, .active_low = 1, },
++      { .desc = "wlan", .type = EV_KEY, .code = BTN_1, .threshold = 3, .gpio = 25, .active_low = 1, },
++};
++
 +static void
 +arv45xx_register_ethernet(void)
 +{
 +      lq_register_ethernet(&lq_eth_data);
 +}
 +
++static void
++bewan_register_ethernet(void)
++{
++#define BEWAN_BRN_MAC                 0x3f0014
++      memcpy_fromio(lq_eth_data.mac,
++              (void *)KSEG1ADDR(LQ_FLASH_START + BEWAN_BRN_MAC), 6);
++      lq_register_ethernet(&lq_eth_data);
++}
++
 +static void __init
-+arv4518_init(void)
++arv4510pw_init(void)
 +{
 +      lq_register_gpio();
-+      lq_register_gpio_ebu(0);
-+      lq_register_gpio_leds(arv4518_leds_gpio, ARRAY_SIZE(arv4518_leds_gpio));
++      lq_register_gpio_stp();
++      lq_register_gpio_leds(arv4510pw_leds_gpio, ARRAY_SIZE(arv4510pw_leds_gpio));
 +      lq_register_asc(0);
 +      lq_register_asc(1);
 +      lq_register_nor(&arv45xx_flash_data);
 +      lq_register_pci(&lq_pci_data);
++      lq_pci_data.irq[15] = (INT_NUM_IM2_IRL0 + 31);
++      lq_pci_data.gpio |= PCI_EXIN1 | PCI_REQ2;
++      lq_register_pci(&lq_pci_data);
++      lq_register_wdt();
++      bewan_register_ethernet();
++}
++
++MIPS_MACHINE(LANTIQ_MACH_ARV4510PW,
++                      "ARV4510PW",
++                      "ARV4510PW - Wippies Homebox",
++                      arv4510pw_init);
++
++static void __init
++arv4518pw_init(void)
++{
++#define ARV4518PW_EBU                 0
++#define ARV4518PW_USB                 14
++#define ARV4518PW_SWITCH_RESET                13
++
++      lq_register_gpio();
++      lq_register_gpio_ebu(ARV4518PW_EBU);
++      lq_register_gpio_leds(arv4518pw_leds_gpio, ARRAY_SIZE(arv4518pw_leds_gpio));
++      lq_register_gpio_buttons(arv4518pw_gpio_buttons, ARRAY_SIZE(arv4518pw_gpio_buttons));
++      lq_register_asc(0);
++      lq_register_asc(1);
++      lq_register_nor(&arv4518_flash_data);
++      lq_pci_data.gpio = PCI_GNT2 | PCI_REQ2;
++      lq_register_pci(&lq_pci_data);
 +      lq_register_wdt();
 +      arv45xx_register_ethernet();
++      xway_register_dwc(ARV4518PW_USB);
++
++      gpio_request(ARV4518PW_SWITCH_RESET, "switch");
++      gpio_direction_output(ARV4518PW_SWITCH_RESET, 1);
++      gpio_export(ARV4518PW_SWITCH_RESET, 0);
 +}
 +
-+MIPS_MACHINE(LANTIQ_MACH_ARV4518,
-+                      "ARV4518",
-+                      "ARV4518 - SMC7908A-ISP",
-+                      arv4518_init);
++MIPS_MACHINE(LANTIQ_MACH_ARV4518PW,
++                      "ARV4518PW",
++                      "ARV4518PW - SMC7908A-ISP, Airties WAV-221",
++                      arv4518pw_init);
 +
 +static void __init
-+arv452_init(void)
++arv4520pw_init(void)
 +{
++#define ARV4520PW_EBU                 0x400
++#define ARV4520PW_USB                 28
++
 +      lq_register_gpio();
-+      lq_register_gpio_ebu(ARV452_LATCH_SWITCH);
-+      lq_register_gpio_leds(arv452_leds_gpio, ARRAY_SIZE(arv452_leds_gpio));
++      lq_register_gpio_ebu(ARV4520PW_EBU);
++      lq_register_gpio_leds(arv4520pw_leds_gpio, ARRAY_SIZE(arv4520pw_leds_gpio));
 +      lq_register_asc(0);
 +      lq_register_asc(1);
 +      lq_register_nor(&arv45xx_flash_data);
 +      lq_register_pci(&lq_pci_data);
 +      lq_register_wdt();
 +      arv45xx_register_ethernet();
++      xway_register_dwc(ARV4520PW_USB);
++}
++
++MIPS_MACHINE(LANTIQ_MACH_ARV4520PW,
++                      "ARV4520PW",
++                      "ARV4520PW - Airties WAV-281, Arcor A800",
++                      arv4520pw_init);
++
++static void __init
++arv452Cpw_init(void)
++{
++#define ARV452CPW_EBU                 0x77f
++#define ARV452CPW_USB                 28
++#define ARV452CPW_RELAY1              31
++#define ARV452CPW_RELAY2              39
++#define ARV452CPW_SWITCH_RESET                42
++
++      lq_register_gpio();
++      lq_register_gpio_ebu(ARV452CPW_EBU);
++      lq_register_gpio_leds(arv452cpw_leds_gpio, ARRAY_SIZE(arv452cpw_leds_gpio));
++      lq_register_asc(0);
++      lq_register_asc(1);
++      lq_register_nor(&arv4518_flash_data);
++      lq_register_pci(&lq_pci_data);
++      lq_register_wdt();
++      arv45xx_register_ethernet();
++      xway_register_dwc(ARV452CPW_USB);
++
++      gpio_request(ARV452CPW_SWITCH_RESET, "switch");
++      gpio_set_value(ARV452CPW_SWITCH_RESET, 1);
++      gpio_export(ARV452CPW_SWITCH_RESET, 0);
++
++      gpio_request(ARV452CPW_RELAY1, "relay1");
++      gpio_direction_output(ARV452CPW_RELAY1, 1);
++      gpio_export(ARV452CPW_RELAY1, 0);
++
++      gpio_request(ARV452CPW_RELAY2, "relay2");
++      gpio_set_value(ARV452CPW_RELAY2, 1);
++      gpio_export(ARV452CPW_RELAY2, 0);
 +}
 +
-+MIPS_MACHINE(LANTIQ_MACH_ARV452,
-+                      "ARV452",
-+                      "ARV452 - Airties WAV-281, Arcor A800",
-+                      arv452_init);
++MIPS_MACHINE(LANTIQ_MACH_ARV452CPW,
++                      "ARV452CPW",
++                      "ARV452CPW - Arcor A801",
++                      arv452Cpw_init);
 +
 +static void __init
-+arv4525_init(void)
++arv4525pw_init(void)
 +{
 +      lq_register_gpio();
-+      lq_register_gpio_leds(arv4525_leds_gpio, ARRAY_SIZE(arv4525_leds_gpio));
++      lq_register_gpio_leds(arv4525pw_leds_gpio, ARRAY_SIZE(arv4525pw_leds_gpio));
 +      lq_register_asc(0);
 +      lq_register_asc(1);
 +      lq_register_nor(&arv45xx_flash_data);
++      lq_pci_data.clock = PCI_CLOCK_INT;
 +      lq_register_pci(&lq_pci_data);
 +      lq_register_wdt();
 +      lq_eth_data.mii_mode = MII_MODE;
 +      arv45xx_register_ethernet();
 +}
 +
-+MIPS_MACHINE(LANTIQ_MACH_ARV4525,
-+                      "ARV4525",
-+                      "ARV4525 - Speedport W502V",
-+                      arv4525_init);
++MIPS_MACHINE(LANTIQ_MACH_ARV4525PW,
++                      "ARV4525PW",
++                      "ARV4525PW - Speedport W502V",
++                      arv4525pw_init);
++
++static void __init
++arv7518pw_init(void)
++{
++#define ARV7518PW_EBU                 0x2
++#define ARV7518PW_USB                 -1
++
++      lq_register_gpio();
++      lq_register_gpio_ebu(ARV7518PW_EBU);
++      lq_register_asc(0);
++      lq_register_asc(1);
++      lq_register_gpio_leds(arv7518pw_leds_gpio, ARRAY_SIZE(arv7518pw_leds_gpio));
++      lq_register_gpio_buttons(arv7518pw_gpio_buttons, ARRAY_SIZE(arv7518pw_gpio_buttons));
++      lq_register_nor(&arv75xx_flash_data);
++      lq_register_pci(&lq_pci_data);
++      lq_register_wdt();
++      xway_register_dwc(ARV7518PW_USB);
++      arv75xx_register_ethernet();
++      //arv7518_register_ath9k(mac);
++}
++
++MIPS_MACHINE(LANTIQ_MACH_ARV7518PW,
++                      "ARV7518PW",
++                      "ARV7518PW - ASTORIA",
++                      arv7518pw_init);
 +
 +static void __init
 +arv752dpw22_init(void)
 +{
++#define ARV752DPW22_EBU                       0x2
++#define ARV752DPW22_USB                       32
++#define ARV752DPW22_RELAY             33
++
 +      lq_register_gpio();
-+      lq_register_gpio_ebu(ARV752DPW22_LATCH_DEFAULT);
++      lq_register_gpio_ebu(ARV752DPW22_EBU);
 +      lq_register_asc(0);
 +      lq_register_asc(1);
 +      lq_register_gpio_leds(arv752dpw22_leds_gpio, ARRAY_SIZE(arv752dpw22_leds_gpio));
++      lq_register_gpio_buttons(arv752dpw22_gpio_buttons, ARRAY_SIZE(arv752dpw22_gpio_buttons));
 +      lq_register_nor(&arv75xx_flash_data);
 +      lq_pci_data.irq[15] = (INT_NUM_IM2_IRL0 + 31);
 +      lq_pci_data.gpio |= PCI_EXIN1 | PCI_REQ2;
 +      lq_register_pci(&lq_pci_data);
 +      lq_register_wdt();
++      xway_register_dwc(ARV752DPW22_USB);
 +      arv75xx_register_ethernet();
-+      gpio_request(32, "usb-power");
-+      gpio_direction_output(32, 0);
-+      mdelay(1);
-+      __gpio_set_value(32, 1);
-+      gpio_request(33, "relay");
-+      gpio_direction_output(33, 1);
++
++      gpio_request(ARV752DPW22_RELAY, "relay");
++      gpio_set_value(ARV752DPW22_RELAY, 1);
++      gpio_export(ARV752DPW22_RELAY, 0);
 +}
 +
 +MIPS_MACHINE(LANTIQ_MACH_ARV752DPW22,