Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326870
b: refs/heads/master
c: d647531
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Sep 17, 2012
1 parent 318b1f8 commit bf55007
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: 8c41d57395ff5b9b16724786c7c4b4c4081510cc
refs/heads/master: d6475317b569d531730c07bbc27b29257c348fd0
10 changes: 8 additions & 2 deletions trunk/arch/arm/boot/dts/imx23.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,10 @@
status = "disabled";
};

usbphy@8007c000 {
usbphy0: usbphy@8007c000 {
compatible = "fsl,imx23-usbphy";
reg = <0x8007c000 0x2000>;
clocks = <&clks 41>;
status = "disabled";
};
};
Expand All @@ -450,8 +452,12 @@
reg = <0x80080000 0x80000>;
ranges;

usbctrl@80080000 {
usb0: usb@80080000 {
compatible = "fsl,imx23-usb", "fsl,imx27-usb";
reg = <0x80080000 0x40000>;
interrupts = <11>;
fsl,usbphy = <&usbphy0>;
clocks = <&clks 40>;
status = "disabled";
};
};
Expand Down

0 comments on commit bf55007

Please sign in to comment.