diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-01-28 10:54:08 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:57:14 -0500 |
commit | a1abcd7c2339088a6628381fa13239d89d639961 (patch) | |
tree | 9c4ea9149a13feb2dae0cb7a5e8549d81a08093e /arch/arm/boot/dts/dove.dtsi | |
parent | 200506b1b616f1b3ccef41b19446e4e8ea0f9b68 (diff) |
ARM: Dove: convert usb host controller to DT
With DT support for orion-ehci also convert Dove to it and
remove the legacy calls and clock aliases.
This patch is based on "ARM: Dove: split legacy and DT setup"
applied to mvebu/boards recently.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 740630f9cd65..c07220300714 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi | |||
@@ -156,6 +156,22 @@ | |||
156 | status = "disabled"; | 156 | status = "disabled"; |
157 | }; | 157 | }; |
158 | 158 | ||
159 | ehci0: usb-host@50000 { | ||
160 | compatible = "marvell,orion-ehci"; | ||
161 | reg = <0x50000 0x1000>; | ||
162 | interrupts = <24>; | ||
163 | clocks = <&gate_clk 0>; | ||
164 | status = "okay"; | ||
165 | }; | ||
166 | |||
167 | ehci1: usb-host@51000 { | ||
168 | compatible = "marvell,orion-ehci"; | ||
169 | reg = <0x51000 0x1000>; | ||
170 | interrupts = <25>; | ||
171 | clocks = <&gate_clk 1>; | ||
172 | status = "okay"; | ||
173 | }; | ||
174 | |||
159 | sdio0: sdio@92000 { | 175 | sdio0: sdio@92000 { |
160 | compatible = "marvell,dove-sdhci"; | 176 | compatible = "marvell,dove-sdhci"; |
161 | reg = <0x92000 0x100>; | 177 | reg = <0x92000 0x100>; |