Commit c97618d3 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: add simple-gpio resources to all adi/tinyboards

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 9570ff4a
...@@ -219,6 +219,19 @@ static struct platform_device smc91x_device = { ...@@ -219,6 +219,19 @@ static struct platform_device smc91x_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
static struct resource bfin_uart_resources[] = { static struct resource bfin_uart_resources[] = {
{ {
...@@ -365,6 +378,8 @@ static struct platform_device *cm_bf533_devices[] __initdata = { ...@@ -365,6 +378,8 @@ static struct platform_device *cm_bf533_devices[] __initdata = {
#if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE)
&bfin_spi0_device, &bfin_spi0_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf533_init(void) static int __init cm_bf533_init(void)
......
...@@ -308,6 +308,19 @@ static struct platform_device net2272_bfin_device = { ...@@ -308,6 +308,19 @@ static struct platform_device net2272_bfin_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
static struct mtd_partition cm_partitions[] = { static struct mtd_partition cm_partitions[] = {
{ {
...@@ -564,6 +577,8 @@ static struct platform_device *cm_bf537_devices[] __initdata = { ...@@ -564,6 +577,8 @@ static struct platform_device *cm_bf537_devices[] __initdata = {
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
&cm_flash_device, &cm_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf537_init(void) static int __init cm_bf537_init(void)
......
...@@ -308,6 +308,19 @@ static struct platform_device net2272_bfin_device = { ...@@ -308,6 +308,19 @@ static struct platform_device net2272_bfin_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
static struct mtd_partition cm_partitions[] = { static struct mtd_partition cm_partitions[] = {
{ {
...@@ -564,6 +577,8 @@ static struct platform_device *cm_bf537_devices[] __initdata = { ...@@ -564,6 +577,8 @@ static struct platform_device *cm_bf537_devices[] __initdata = {
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
&cm_flash_device, &cm_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf537_init(void) static int __init cm_bf537_init(void)
......
...@@ -434,6 +434,19 @@ static struct platform_device i2c_bfin_twi1_device = { ...@@ -434,6 +434,19 @@ static struct platform_device i2c_bfin_twi1_device = {
#endif #endif
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
#include <linux/gpio_keys.h> #include <linux/gpio_keys.h>
...@@ -520,6 +533,8 @@ static struct platform_device *cm_bf538_devices[] __initdata = { ...@@ -520,6 +533,8 @@ static struct platform_device *cm_bf538_devices[] __initdata = {
#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
&bfin_device_gpiokeys, &bfin_device_gpiokeys,
#endif #endif
&bfin_gpios_device,
}; };
static int __init ezkit_init(void) static int __init ezkit_init(void)
......
...@@ -303,6 +303,19 @@ static struct platform_device musb_device = { ...@@ -303,6 +303,19 @@ static struct platform_device musb_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_PATA_BF54X) || defined(CONFIG_PATA_BF54X_MODULE) #if defined(CONFIG_PATA_BF54X) || defined(CONFIG_PATA_BF54X_MODULE)
static struct resource bfin_atapi_resources[] = { static struct resource bfin_atapi_resources[] = {
{ {
...@@ -733,6 +746,8 @@ static struct platform_device *cm_bf548_devices[] __initdata = { ...@@ -733,6 +746,8 @@ static struct platform_device *cm_bf548_devices[] __initdata = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&para_flash_device, &para_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf548_init(void) static int __init cm_bf548_init(void)
......
...@@ -230,6 +230,19 @@ static struct platform_device smc91x_device = { ...@@ -230,6 +230,19 @@ static struct platform_device smc91x_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE) #if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE)
static struct resource isp1362_hcd_resources[] = { static struct resource isp1362_hcd_resources[] = {
{ {
...@@ -400,6 +413,8 @@ static struct platform_device *cm_bf561_devices[] __initdata = { ...@@ -400,6 +413,8 @@ static struct platform_device *cm_bf561_devices[] __initdata = {
#if defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE) #if defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE)
&bfin_pata_device, &bfin_pata_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf561_init(void) static int __init cm_bf561_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment