Commit a665fce3 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper

ARM: orion5x: use DT to describe EHCI on edmini_v2

This commit converts the already partially DT-converted edmini_v2
platform to use the Device Tree for USB.
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link: https://lkml.kernel.org/r/1398202002-28530-31-git-send-email-thomas.petazzoni@free-electrons.comSigned-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 39eabec1
...@@ -56,6 +56,10 @@ led@1 { ...@@ -56,6 +56,10 @@ led@1 {
}; };
}; };
&ehci0 {
status = "okay";
};
&eth { &eth {
status = "okay"; status = "okay";
......
...@@ -104,8 +104,6 @@ void __init edmini_v2_init(void) ...@@ -104,8 +104,6 @@ void __init edmini_v2_init(void)
/* /*
* Configure peripherals. * Configure peripherals.
*/ */
orion5x_ehci0_init();
mvebu_mbus_add_window_by_id(ORION_MBUS_DEVBUS_BOOT_TARGET, mvebu_mbus_add_window_by_id(ORION_MBUS_DEVBUS_BOOT_TARGET,
ORION_MBUS_DEVBUS_BOOT_ATTR, ORION_MBUS_DEVBUS_BOOT_ATTR,
EDMINI_V2_NOR_BOOT_BASE, EDMINI_V2_NOR_BOOT_BASE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment