diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-11-17 15:46:11 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 02:56:58 +0000 |
commit | 5c2734a30c0838c9ba9b6b95fb18533cea3c1a5a (patch) | |
tree | 29524f082db3ad25a1764994dba907120c1f850a /arch/arm/mach-kirkwood | |
parent | c7064a05bdbf9d542b3aa9d4439d30c624967b66 (diff) | |
download | linux-5c2734a30c0838c9ba9b6b95fb18533cea3c1a5a.tar.gz linux-5c2734a30c0838c9ba9b6b95fb18533cea3c1a5a.tar.bz2 linux-5c2734a30c0838c9ba9b6b95fb18533cea3c1a5a.zip |
ARM: Kirkwood: Convert DNSKW to use regulators
Control the power to SATA0 and SATA1 using a fixed regulator.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dnskw.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-kirkwood/board-dnskw.c b/arch/arm/mach-kirkwood/board-dnskw.c index 903680182453..6c4028c9c3b7 100644 --- a/arch/arm/mach-kirkwood/board-dnskw.c +++ b/arch/arm/mach-kirkwood/board-dnskw.c @@ -75,10 +75,6 @@ void __init dnskw_init(void) kirkwood_ge00_init(&dnskw_ge00_data); - /* Ensure power is supplied to both HDDs */ - dnskw_gpio_register(39, "dnskw:power:sata0", 1); - dnskw_gpio_register(40, "dnskw:power:sata1", 1); - /* Set NAS to turn back on after a power failure */ dnskw_gpio_register(37, "dnskw:power:recover", 1); } |