aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-04 14:46:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-08-04 14:46:52 +0000
commitb73d12048a33f5ca8975355ef1137fa92b7f788e (patch)
treee76105b8609053d796a233943550491123d22bf1 /target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
parent53512ba60deff5f74296d0cbff6c82e2a5e78b83 (diff)
downloadmaster-187ad058-b73d12048a33f5ca8975355ef1137fa92b7f788e.tar.gz
master-187ad058-b73d12048a33f5ca8975355ef1137fa92b7f788e.tar.bz2
master-187ad058-b73d12048a33f5ca8975355ef1137fa92b7f788e.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41993 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c9
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)