Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359946
b: refs/heads/master
c: a1abcd7
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Hesselbarth authored and Arnd Bergmann committed Feb 28, 2013
1 parent 22561a5 commit 87ee1af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 200506b1b616f1b3ccef41b19446e4e8ea0f9b68
refs/heads/master: a1abcd7c2339088a6628381fa13239d89d639961
16 changes: 16 additions & 0 deletions trunk/arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,22 @@
status = "disabled";
};

ehci0: usb-host@50000 {
compatible = "marvell,orion-ehci";
reg = <0x50000 0x1000>;
interrupts = <24>;
clocks = <&gate_clk 0>;
status = "okay";
};

ehci1: usb-host@51000 {
compatible = "marvell,orion-ehci";
reg = <0x51000 0x1000>;
interrupts = <25>;
clocks = <&gate_clk 1>;
status = "okay";
};

sdio0: sdio@92000 {
compatible = "marvell,dove-sdhci";
reg = <0x92000 0x100>;
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/arm/mach-dove/board-dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ static void __init dove_legacy_clk_init(void)
clkspec.np = np;
clkspec.args_count = 1;

clkspec.args[0] = CLOCK_GATING_BIT_USB0;
orion_clkdev_add(NULL, "orion-ehci.0",
of_clk_get_from_provider(&clkspec));

clkspec.args[0] = CLOCK_GATING_BIT_USB1;
orion_clkdev_add(NULL, "orion-ehci.1",
of_clk_get_from_provider(&clkspec));

clkspec.args[0] = CLOCK_GATING_BIT_GBE;
orion_clkdev_add(NULL, "mv643xx_eth_port.0",
of_clk_get_from_provider(&clkspec));
Expand Down Expand Up @@ -79,8 +71,6 @@ static void __init dove_dt_init(void)

/* Internal devices not ported to DT yet */
dove_ge00_init(&dove_dt_ge00_data);
dove_ehci0_init();
dove_ehci1_init();
dove_pcie_init(1, 1);

of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
Expand Down

0 comments on commit 87ee1af

Please sign in to comment.