[POWERPC] Fix FEC node in 8540 ADS dts
authorAndy Fleming <afleming@freescale.com>
Mon, 21 Aug 2006 19:29:28 +0000 (14:29 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 23 Aug 2006 05:51:18 +0000 (15:51 +1000)
* Fixed the FEC node, and its accompanying PHY
* Fixed a spacing issue in the PIC node

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/dts/mpc8540ads.dts

index 93d2c2d..5f41c1f 100644 (file)
                                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";
                        };
                };
                        #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 {
                        built-in;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                        big-endian;
+                       big-endian;
                };
        };
 };