Skip to content

Commit

Permalink
ARM: Kirkwood: remove kirkwood_ehci_init() from new boards
Browse files Browse the repository at this point in the history
ehci-orion initialization moved to DT.  New boards don't need to call
kirkwood_ehci_init().

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Jason Cooper committed Nov 24, 2012
1 parent 155acbe commit 2a18588
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-kirkwood/board-mplcec4.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void __init mplcec4_init(void)
/*
* Basic setup. Needs to be called early.
*/
kirkwood_ehci_init();
kirkwood_ge00_init(&mplcec4_ge00_data);
kirkwood_ge01_init(&mplcec4_ge01_data);
kirkwood_sdio_init(&mplcec4_mvsdio_data);
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-kirkwood/board-ns2.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ void __init ns2_init(void)
*/
kirkwood_mpp_conf(ns2_mpp_config);

kirkwood_ehci_init();
if (of_machine_is_compatible("lacie,netspace_lite_v2") ||
of_machine_is_compatible("lacie,netspace_mini_v2"))
ns2_ge00_data.phy_addr = MV643XX_ETH_PHY_ADDR(0);
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/mach-kirkwood/board-nsa310.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ void __init nsa310_init(void)

nsa310_gpio_init();

/* this can be removed once the mainline kirkwood.dtsi gets
* the ehci configuration by default */
kirkwood_ehci_init();

kirkwood_pcie_id(&dev, &rev);

i2c_register_board_info(0, ARRAY_AND_SIZE(nsa310_i2c_info));
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-kirkwood/board-usi_topkick.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ void __init usi_topkick_init(void)
/* SATA0 power enable */
gpio_set_value(TOPKICK_SATA0_PWR_ENABLE, 1);

kirkwood_ehci_init();
kirkwood_ge00_init(&topkick_ge00_data);
kirkwood_sdio_init(&topkick_mvsdio_data);
}

0 comments on commit 2a18588

Please sign in to comment.