mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
ARM: Kirkwood: Convert to EHCI via DT for OpenBlocks A6
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>
This commit is contained in:
committed by
Jason Cooper
parent
a6e9ed9f09
commit
5cd0e6e79b
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user