diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-22 15:04:17 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-22 15:04:17 +0000 |
commit | 4ee90744336226051c4d72ffca7345c831b5ae38 (patch) | |
tree | 27829976b70489a7efe15a2de027dd66cf73096e /target/linux/ixp4xx/patches-2.6.38/302-avila_gpio_device.patch | |
parent | 0a65ef965dbe0137224a60c12068564d0e8ee516 (diff) | |
download | mtk-20170518-4ee90744336226051c4d72ffca7345c831b5ae38.zip mtk-20170518-4ee90744336226051c4d72ffca7345c831b5ae38.tar.gz mtk-20170518-4ee90744336226051c4d72ffca7345c831b5ae38.tar.bz2 |
add 2.6.38 support
SVN-Revision: 26268
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.38/302-avila_gpio_device.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.38/302-avila_gpio_device.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.38/302-avila_gpio_device.patch b/target/linux/ixp4xx/patches-2.6.38/302-avila_gpio_device.patch new file mode 100644 index 0000000..a45d432 --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.38/302-avila_gpio_device.patch @@ -0,0 +1,16 @@ +--- a/arch/arm/mach-ixp4xx/avila-setup.c ++++ b/arch/arm/mach-ixp4xx/avila-setup.c +@@ -36,6 +36,13 @@ + #define AVILA_SDA_PIN 7 + #define AVILA_SCL_PIN 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) ++ + struct avila_board_info { + unsigned char *model; + void (*setup)(void); |