diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-06 10:30:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-06 10:30:21 +0000 |
commit | 56e3a786b425fc9d604ee4561243e23960ef8fcc (patch) | |
tree | 1b9cc4f7ed42bf3a5ff5f554d89a66abdd770484 /target/linux/ar71xx/files | |
parent | 55453848364d75a9a04ecfadbcef50658f141e03 (diff) | |
download | upstream-56e3a786b425fc9d604ee4561243e23960ef8fcc.tar.gz upstream-56e3a786b425fc9d604ee4561243e23960ef8fcc.tar.bz2 upstream-56e3a786b425fc9d604ee4561243e23960ef8fcc.zip |
ar71xx: update Carambola2 platform data
Change list:
* Remove button info on GPIO12, there is no button there.
* Remove nvram mtd partition, as it's not used for anything, saves 64k for user data.
Tested building for carambola2 target.
Signed-off-by: Mantas Pucka <mantas@8devices.com>
Backport of r41993
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42013 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c index e7bc861e50..babe101141 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c @@ -25,7 +25,6 @@ #define CARAMBOLA2_GPIO_LED_ETH1 13 #define CARAMBOLA2_GPIO_BTN_JUMPSTART 11 -#define CARAMBOLA2_GPIO_BTN_RESET 12 #define CARAMBOLA2_KEYS_POLL_INTERVAL 20 /* msecs */ #define CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL (3 * CARAMBOLA2_KEYS_POLL_INTERVAL) @@ -60,14 +59,6 @@ static struct gpio_keys_button carambola2_gpio_keys[] __initdata = { .gpio = CARAMBOLA2_GPIO_BTN_JUMPSTART, .active_low = 1, }, - { - .desc = "reset button", - .type = EV_KEY, - .code = KEY_RESTART, - .debounce_interval = CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL, - .gpio = CARAMBOLA2_GPIO_BTN_RESET, - .active_low = 1, - } }; static void __init carambola2_common_setup(void) |