aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/board-nsa310.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-12-28 15:08:48 +0100
committerArnd Bergmann <arnd@arndb.de>2013-02-28 18:57:12 +0100
commit12131b5424577b2eb1bef5a41220d310594e42dc (patch)
tree02c927bfb0496b27ecded8dbe04c64d6438252a1 /arch/arm/mach-kirkwood/board-nsa310.c
parentARM: Dove: add fixed regulator for CuBox USB power (diff)
downloadlinux-dev-12131b5424577b2eb1bef5a41220d310594e42dc.tar.xz
linux-dev-12131b5424577b2eb1bef5a41220d310594e42dc.zip
ARM: Kirkwood: Convert NSA310 to DT based regulators.
Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-kirkwood/board-nsa310.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-kirkwood/board-nsa310.c b/arch/arm/mach-kirkwood/board-nsa310.c
index 2fa71400ecb3..891322b44633 100644
--- a/arch/arm/mach-kirkwood/board-nsa310.c
+++ b/arch/arm/mach-kirkwood/board-nsa310.c
@@ -17,7 +17,6 @@
#include "common.h"
#include "mpp.h"
-#define NSA310_GPIO_USB_POWER_OFF 21
#define NSA310_GPIO_POWER_OFF 48
static unsigned int nsa310_mpp_config[] __initdata = {
@@ -70,9 +69,6 @@ static void __init nsa310_gpio_init(void)
"Power Off");
if (!err)
pm_power_off = nsa310_power_off;
-
- nsa310_gpio_request(NSA310_GPIO_USB_POWER_OFF, GPIOF_OUT_INIT_LOW,
- "USB Power Off");
}
void __init nsa310_init(void)