Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303165
b: refs/heads/master
c: e7c64db
h: refs/heads/master
i:
  303163: 449d70e
v: v3
  • Loading branch information
Benoit Cousson committed Mar 12, 2012
1 parent 0069cd9 commit ed396fa
Show file tree
Hide file tree
Showing 2 changed files with 22 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: fc72d248d01a3bfef4cde6fe642536c94bee1306
refs/heads/master: e7c64db9f50d6523e20bc5b8f042645612e37b74
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/omap4-sdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
};

vdd_eth: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "VDD_ETH";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio2 16 0>; /* gpio line 48 */
enable-active-high;
regulator-boot-on;
};
};

&i2c1 {
Expand Down Expand Up @@ -70,3 +80,14 @@
reg = <0x1e>;
};
};

&mcspi1 {
eth@0 {
compatible = "ks8851";
spi-max-frequency = <24000000>;
reg = <0>;
interrupt-parent = <&gpio2>;
interrupts = <2>; /* gpio line 34 */
vdd-supply = <&vdd_eth>;
};
};

0 comments on commit ed396fa

Please sign in to comment.