|
@@ -15,9 +15,6 @@
|
|
|
#include <linux/spi/spi.h>
|
|
|
#include <linux/spi/flash.h>
|
|
|
#include <linux/etherdevice.h>
|
|
|
-#if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE)
|
|
|
-#include <linux/usb/isp1362.h>
|
|
|
-#endif
|
|
|
#include <linux/i2c.h>
|
|
|
#include <linux/irq.h>
|
|
|
#include <linux/interrupt.h>
|
|
@@ -317,45 +314,6 @@ static struct platform_device sl811_hcd_device = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE)
|
|
|
-static struct resource isp1362_hcd_resources[] = {
|
|
|
- {
|
|
|
- .start = 0x20360000,
|
|
|
- .end = 0x20360000,
|
|
|
- .flags = IORESOURCE_MEM,
|
|
|
- }, {
|
|
|
- .start = 0x20360004,
|
|
|
- .end = 0x20360004,
|
|
|
- .flags = IORESOURCE_MEM,
|
|
|
- }, {
|
|
|
- .start = CONFIG_USB_ISP1362_BFIN_GPIO_IRQ,
|
|
|
- .end = CONFIG_USB_ISP1362_BFIN_GPIO_IRQ,
|
|
|
- .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
|
|
|
- },
|
|
|
-};
|
|
|
-
|
|
|
-static struct isp1362_platform_data isp1362_priv = {
|
|
|
- .sel15Kres = 1,
|
|
|
- .clknotstop = 0,
|
|
|
- .oc_enable = 0,
|
|
|
- .int_act_high = 0,
|
|
|
- .int_edge_triggered = 0,
|
|
|
- .remote_wakeup_connected = 0,
|
|
|
- .no_power_switching = 1,
|
|
|
- .power_switching_mode = 0,
|
|
|
-};
|
|
|
-
|
|
|
-static struct platform_device isp1362_hcd_device = {
|
|
|
- .name = "isp1362-hcd",
|
|
|
- .id = 0,
|
|
|
- .dev = {
|
|
|
- .platform_data = &isp1362_priv,
|
|
|
- },
|
|
|
- .num_resources = ARRAY_SIZE(isp1362_hcd_resources),
|
|
|
- .resource = isp1362_hcd_resources,
|
|
|
-};
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)
|
|
|
static struct platform_device bfin_mii_bus = {
|
|
|
.name = "bfin_mii_bus",
|
|
@@ -841,10 +799,6 @@ static struct platform_device *cmbf527_devices[] __initdata = {
|
|
|
&sl811_hcd_device,
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE)
|
|
|
- &isp1362_hcd_device,
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_USB_ISP1760_HCD) || defined(CONFIG_USB_ISP1760_HCD_MODULE)
|
|
|
&bfin_isp1760_device,
|
|
|
#endif
|