Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326739
b: refs/heads/master
c: bb2f126
h: refs/heads/master
i:
  326737: 5e86160
  326735: 3db0b45
v: v3
  • Loading branch information
Marek Vasut authored and Shawn Guo committed Aug 25, 2012
1 parent d5d9048 commit 94c3b1e
Show file tree
Hide file tree
Showing 2 changed files with 31 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: 7f1222130c1ba4171eac1e4794c8c41631aad915
refs/heads/master: bb2f1261c2ededd168d774e84e456bdad25ffdbf
30 changes: 30 additions & 0 deletions trunk/arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,36 @@
fsl,voltage = <1>;
fsl,pull-up = <1>;
};

usbphy0_pins_a: usbphy0@0 {
reg = <0>;
fsl,pinmux-ids = <
0x2152 /* MX28_PAD_SSP2_SS2__USB0_OVERCURRENT */
>;
fsl,drive-strength = <2>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};

usbphy0_pins_b: usbphy0@1 {
reg = <1>;
fsl,pinmux-ids = <
0x3061 /* MX28_PAD_AUART1_CTS__USB0_OVERCURRENT */
>;
fsl,drive-strength = <2>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};

usbphy1_pins_a: usbphy1@0 {
reg = <0>;
fsl,pinmux-ids = <
0x2142 /* MX28_PAD_SSP2_SS1__USB1_OVERCURRENT */
>;
fsl,drive-strength = <2>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};
};

digctl@8001c000 {
Expand Down

0 comments on commit 94c3b1e

Please sign in to comment.