diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-10-20 13:10:01 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 02:53:37 +0000 |
commit | b6cf80704d065931f906db61776a1fb8d8609d63 (patch) | |
tree | c23f2a79e32c64e4e39c1309667b6f6984add79a /arch/arm/mach-kirkwood/board-dreamplug.c | |
parent | 77dae54ab385033e488d8b07045bc7f8d931740f (diff) | |
download | talos-op-linux-b6cf80704d065931f906db61776a1fb8d8609d63.tar.gz talos-op-linux-b6cf80704d065931f906db61776a1fb8d8609d63.zip |
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-dreamplug.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dreamplug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-dreamplug.c b/arch/arm/mach-kirkwood/board-dreamplug.c index 20af53a56c0e..acdc04a06843 100644 --- a/arch/arm/mach-kirkwood/board-dreamplug.c +++ b/arch/arm/mach-kirkwood/board-dreamplug.c @@ -64,7 +64,6 @@ void __init dreamplug_init(void) */ kirkwood_mpp_conf(dreamplug_mpp_config); - kirkwood_ehci_init(); kirkwood_ge00_init(&dreamplug_ge00_data); kirkwood_ge01_init(&dreamplug_ge01_data); kirkwood_sdio_init(&dreamplug_mvsdio_data); |