summaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-11-17 14:46:13 (GMT)
committerJason Cooper <jason@lakedaemon.net>2012-11-24 02:57:06 (GMT)
commit280b348d9157b77cceb1aafd6b0e9ac6eb6c3b44 (patch)
tree4aa389a82c701cae92940aa0d5cfd7071fa1f1a6 /arch/arm/mach-kirkwood
parentc3ff813ac9d72f588166b8e802f31f85e8cf731b (diff)
downloadlinux-fsl-qoriq-280b348d9157b77cceb1aafd6b0e9ac6eb6c3b44.tar.xz
ARM: Kirkwood: Convert GoFlexNet to use regulators
Control the power to USB using a fixed regulator. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Josh Coombs <josh.coombs@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r--arch/arm/mach-kirkwood/board-goflexnet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-kirkwood/board-goflexnet.c b/arch/arm/mach-kirkwood/board-goflexnet.c
index d388bea..5ff4392 100644
--- a/arch/arm/mach-kirkwood/board-goflexnet.c
+++ b/arch/arm/mach-kirkwood/board-goflexnet.c
@@ -26,7 +26,6 @@
#include <linux/of_fdt.h>
#include <linux/of_irq.h>
#include <linux/of_platform.h>
-#include <linux/gpio.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
@@ -62,9 +61,5 @@ void __init goflexnet_init(void)
*/
kirkwood_mpp_conf(goflexnet_mpp_config);
- if (gpio_request(29, "USB Power Enable") != 0 ||
- gpio_direction_output(29, 1) != 0)
- pr_err("can't setup GPIO 29 (USB Power Enable)\n");
-
kirkwood_ge00_init(&goflexnet_ge00_data);
}