Skip to content

Commit

Permalink
[POWERPC] Fix FEC node in 8540 ADS dts
Browse files Browse the repository at this point in the history
* Fixed the FEC node, and its accompanying PHY
* Fixed a spacing issue in the PIC node

Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
Andy Fleming authored and paulusmack committed Aug 23, 2006
1 parent 3438327 commit aa74a30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/powerpc/boot/dts/mpc8540ads.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
reg = <1>;
device_type = "ethernet-phy";
};
ethernet-phy@2 {
linux,phandle = <2452002>;
ethernet-phy@3 {
linux,phandle = <2452003>;
interrupt-parent = <40000>;
interrupts = <37 1>;
reg = <2>;
reg = <3>;
device_type = "ethernet-phy";
};
};
Expand Down Expand Up @@ -124,14 +124,14 @@
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
model = "TSEC";
model = "FEC";
compatible = "gianfar";
reg = <26000 1000>;
address = [ 00 E0 0C 00 73 02 ];
local-mac-address = [ 00 E0 0C 00 73 02 ];
interrupts = <19 2>;
interrupt-parent = <40000>;
phy-handle = <2452002>;
phy-handle = <2452003>;
};

serial@4500 {
Expand Down Expand Up @@ -251,7 +251,7 @@
built-in;
compatible = "chrp,open-pic";
device_type = "open-pic";
big-endian;
big-endian;
};
};
};

0 comments on commit aa74a30

Please sign in to comment.