[XFS] Fix merge failures
[pandora-kernel.git] / arch / powerpc / boot / dts / mpc8544ds.dts
index f1fb207..b9da421 100644 (file)
                                reg = <0x1>;
                                device_type = "ethernet-phy";
                        };
+
+                       tbi0: tbi-phy@11 {
+                               reg = <0x11>;
+                               device_type = "tbi-phy";
+                       };
                };
 
+               mdio@26520 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "fsl,gianfar-tbi";
+                       reg = <0x26520 0x20>;
+
+                       tbi1: tbi-phy@11 {
+                               reg = <0x11>;
+                               device_type = "tbi-phy";
+                       };
+               };
+
+
                dma@21300 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        interrupts = <29 2 30 2 34 2>;
                        interrupt-parent = <&mpic>;
                        phy-handle = <&phy0>;
+                       tbi-handle = <&tbi0>;
                        phy-connection-type = "rgmii-id";
                };
 
                        interrupts = <31 2 32 2 33 2>;
                        interrupt-parent = <&mpic>;
                        phy-handle = <&phy1>;
+                       tbi-handle = <&tbi1>;
                        phy-connection-type = "rgmii-id";
                };