diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2010-01-31 13:50:32 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2010-01-31 13:50:32 +0000 |
| commit | 233e446804e813d760fd6b542adbe7e1b2a356e2 (patch) | |
| tree | 7a3ca4dcd99935a5ccec037a972f8f7b20b7200c /target/linux/ixp4xx/patches-2.6.30/302-avila_gpio_device.patch | |
| parent | 5f5cabd6d6174d6cf9931033e534030c97f37dba (diff) | |
| download | mtk-20170518-233e446804e813d760fd6b542adbe7e1b2a356e2.zip mtk-20170518-233e446804e813d760fd6b542adbe7e1b2a356e2.tar.gz mtk-20170518-233e446804e813d760fd6b542adbe7e1b2a356e2.tar.bz2 | |
remove support for older kernels
SVN-Revision: 19450
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.30/302-avila_gpio_device.patch')
| -rw-r--r-- | target/linux/ixp4xx/patches-2.6.30/302-avila_gpio_device.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.30/302-avila_gpio_device.patch b/target/linux/ixp4xx/patches-2.6.30/302-avila_gpio_device.patch deleted file mode 100644 index 3b75a59..0000000 --- a/target/linux/ixp4xx/patches-2.6.30/302-avila_gpio_device.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/arch/arm/mach-ixp4xx/avila-setup.c -+++ b/arch/arm/mach-ixp4xx/avila-setup.c -@@ -237,10 +237,28 @@ static struct platform_device avila_latc - .dev.platform_data = &avila_latch_leds_data, - }; - -+static struct resource avila_gpio_resources[] = { -+ { -+ .name = "gpio", -+ /* FIXME: gpio mask should be model specific */ -+ .start = AVILA_GPIO_MASK, -+ .end = AVILA_GPIO_MASK, -+ .flags = 0, -+ }, -+}; -+ -+static struct platform_device avila_gpio = { -+ .name = "GPIODEV", -+ .id = -1, -+ .num_resources = ARRAY_SIZE(avila_gpio_resources), -+ .resource = avila_gpio_resources, -+}; -+ - static struct platform_device *avila_devices[] __initdata = { - &avila_i2c_gpio, - &avila_flash, -- &avila_uart -+ &avila_uart, -+ &avila_gpio, - }; - - static void __init avila_gw23xx_setup(void) ---- a/arch/arm/mach-ixp4xx/include/mach/avila.h -+++ b/arch/arm/mach-ixp4xx/include/mach/avila.h -@@ -39,3 +39,6 @@ - /* User LEDs */ - #define AVILA_GW23XX_LED_USER_GPIO 3 - #define AVILA_GW23X7_LED_USER_GPIO 4 -+ -+/* gpio mask used by platform device */ -+#define AVILA_GPIO_MASK (1 << 1) | (1 << 3) | (1 << 5) | (1 << 7) | (1 << 9) |
