ARM: Kirkwood: remove kirkwood_ehci_init() from new boards
ehci-orion initialization moved to DT. New boards don't need to call kirkwood_ehci_init(). Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Родитель
155acbe7f7
Коммит
2a18588c0c
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче