Skip to content

Commit

Permalink
ARM: Kirkwood: Convert to EHCI via DT for OpenBlocks A6
Browse files Browse the repository at this point in the history
EHCI driver enables by default in kirkwood.dtsi.
This removes kirkwood_ehci_init function.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Nobuhiro Iwamatsu authored and Jason Cooper committed Nov 24, 2012
1 parent a6e9ed9 commit 5cd0e6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-kirkwood/board-openblocks_a6.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ void __init openblocks_a6_init(void)
* Basic setup. Needs to be called early.
*/
kirkwood_mpp_conf(openblocks_a6_mpp_config);
kirkwood_ehci_init();
kirkwood_ge00_init(&openblocks_ge00_data);
}

0 comments on commit 5cd0e6e

Please sign in to comment.