|
@@ -799,19 +799,6 @@ static struct platform_device bfin_device_gpiokeys = {
|
|
|
};
|
|
|
#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,
|
|
|
-};
|
|
|
-
|
|
|
static const unsigned int cclk_vlev_datasheet[] =
|
|
|
{
|
|
|
VRPAIR(VLEV_100, 400000000),
|
|
@@ -916,8 +903,6 @@ static struct platform_device *cmbf527_devices[] __initdata = {
|
|
|
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
|
|
|
&cm_flash_device,
|
|
|
#endif
|
|
|
-
|
|
|
- &bfin_gpios_device,
|
|
|
};
|
|
|
|
|
|
static int __init cm_init(void)
|