[POWERPC] 4xx: Add TAH support to taishan dts
authorStefan Roese <sr@denx.de>
Thu, 13 Mar 2008 16:00:03 +0000 (03:00 +1100)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 26 Mar 2008 12:26:55 +0000 (07:26 -0500)
This patch adds TAH (TCP/IP Acceleration Hardware) support to the
taishan 440GX dts. It depends on the NEWEMAC/tah patch that adds the
compatible "ibm,tah" property to the matching table.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/boot/dts/taishan.dts

index 466c3f3..3d0334c 100644 (file)
                                reg = <40000790 8>;
                        };
 
+                       TAH0: emac-tah@40000b50 {
+                               compatible = "ibm,tah-440gx", "ibm,tah";
+                               reg = <40000b50 30>;
+                       };
+
+                       TAH1: emac-tah@40000d50 {
+                               compatible = "ibm,tah-440gx", "ibm,tah";
+                               reg = <40000d50 30>;
+                       };
 
                        EMAC0: ethernet@40000800 {
                                unused = <1>;
                                rgmii-channel = <0>;
                                zmii-device = <&ZMII0>;
                                zmii-channel = <2>;
+                               tah-device = <&TAH0>;
+                               tah-channel = <0>;
                        };
 
                        EMAC3: ethernet@40000e00 {
                                rgmii-channel = <1>;
                                zmii-device = <&ZMII0>;
                                zmii-channel = <3>;
+                               tah-device = <&TAH1>;
+                               tah-channel = <0>;
                        };