aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/board-dnskw.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-10-20 07:10:01 -0400
committerJason Cooper <jason@lakedaemon.net>2012-11-23 21:53:37 -0500
commitb6cf80704d065931f906db61776a1fb8d8609d63 (patch)
treec23f2a79e32c64e4e39c1309667b6f6984add79a /arch/arm/mach-kirkwood/board-dnskw.c
parent77dae54ab385033e488d8b07045bc7f8d931740f (diff)
ARM: Kirkwood: Convert all DT boards to EHCI via DT.
Now that the EHCI driver has DT support, drop old style configuration of it and add DT in its place. Since all the boards enable the EHCI, enable it by default in kirkwood.dtsi. Any new boards which don't have USB can specifically disable it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dnskw.c')
-rw-r--r--arch/arm/mach-kirkwood/board-dnskw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-dnskw.c b/arch/arm/mach-kirkwood/board-dnskw.c
index 43d16d6714b8..2ac6c60578f6 100644
--- a/arch/arm/mach-kirkwood/board-dnskw.c
+++ b/arch/arm/mach-kirkwood/board-dnskw.c
@@ -78,7 +78,6 @@ void __init dnskw_init(void)
78{ 78{
79 kirkwood_mpp_conf(dnskw_mpp_config); 79 kirkwood_mpp_conf(dnskw_mpp_config);
80 80
81 kirkwood_ehci_init();
82 kirkwood_ge00_init(&dnskw_ge00_data); 81 kirkwood_ge00_init(&dnskw_ge00_data);
83 82
84 /* Register power-off GPIO. */ 83 /* Register power-off GPIO. */