Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359944
b: refs/heads/master
c: b2bb806
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Arnd Bergmann committed Feb 28, 2013
1 parent 395b692 commit a3a7a4f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ca73962a15caccd310093266783be89a81d571f
refs/heads/master: b2bb806f553f57459b8052fc5b8e2489e21ddf24
15 changes: 15 additions & 0 deletions trunk/arch/arm/boot/dts/armada-370-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,21 @@
clocks = <&gateclk 17>;
status = "disabled";
};

usb@d0050000 {
compatible = "marvell,orion-ehci";
reg = <0xd0050000 0x500>;
interrupts = <45>;
status = "disabled";
};

usb@d0051000 {
compatible = "marvell,orion-ehci";
reg = <0xd0051000 0x500>;
interrupts = <46>;
status = "disabled";
};

};
};

9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/armada-370.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,14 @@
dmacap,memset;
};
};

usb@d0050000 {
clocks = <&coreclk 0>;
};

usb@d0051000 {
clocks = <&coreclk 0>;
};

};
};
17 changes: 17 additions & 0 deletions trunk/arch/arm/boot/dts/armada-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,22 @@
dmacap,memset;
};
};

usb@d0050000 {
clocks = <&gateclk 18>;
};

usb@d0051000 {
clocks = <&gateclk 19>;
};

usb@d0052000 {
compatible = "marvell,orion-ehci";
reg = <0xd0052000 0x500>;
interrupts = <47>;
clocks = <&gateclk 20>;
status = "disabled";
};

};
};

0 comments on commit a3a7a4f

Please sign in to comment.