Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313240
b: refs/heads/master
c: c9987c8
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo committed Jul 3, 2012
1 parent 6cdab91 commit 29b0849
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 64edbcdd9c8d2aac36bead7f8cdafe0ec02bab40
refs/heads/master: c9987c8106ac535bf207199be6ed4174d04dc679
11 changes: 11 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
phy-mode = "rmii";
pinctrl-names = "default";
pinctrl-0 = <&mac0_pins_a>;
phy-supply = <&reg_fec_3v3>;
phy-reset-gpios = <&gpio4 13 0>;
phy-reset-duration = <100>;
status = "okay";
};

Expand Down Expand Up @@ -149,6 +152,14 @@
regulator-max-microvolt = <3300000>;
gpio = <&gpio3 28 0>;
};

reg_fec_3v3: fec-3v3 {
compatible = "regulator-fixed";
regulator-name = "fec-3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio2 15 0>;
};
};

sound {
Expand Down

0 comments on commit 29b0849

Please sign in to comment.