diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-10-20 13:10:01 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 03:53:37 +0100 |
commit | b6cf80704d065931f906db61776a1fb8d8609d63 (patch) | |
tree | c23f2a79e32c64e4e39c1309667b6f6984add79a /arch/arm/mach-kirkwood/board-lsxl.c | |
parent | ARM: Kirkwood: ehci-orion: Add device tree binding (diff) | |
download | linux-b6cf80704d065931f906db61776a1fb8d8609d63.tar.xz linux-b6cf80704d065931f906db61776a1fb8d8609d63.zip |
ARM: Kirkwood: Convert all DT boards to EHCI via DT.
Now that the EHCI driver has DT support, drop old style configuration
of it and add DT in its place. Since all the boards enable the EHCI,
enable it by default in kirkwood.dtsi. Any new boards which don't have
USB can specifically disable it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-lsxl.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-lsxl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-lsxl.c b/arch/arm/mach-kirkwood/board-lsxl.c index a29b8bff103d..b6fbdaac3843 100644 --- a/arch/arm/mach-kirkwood/board-lsxl.c +++ b/arch/arm/mach-kirkwood/board-lsxl.c @@ -75,7 +75,6 @@ void __init lsxl_init(void) gpio_set_value(LSXL_GPIO_USB_POWER, 1); gpio_set_value(LSXL_GPIO_HDD_POWER, 1); - kirkwood_ehci_init(); kirkwood_ge00_init(&lsxl_ge00_data); kirkwood_ge01_init(&lsxl_ge01_data); |