aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/rainier.dts
diff options
context:
space:
mode:
authorValentine Barshak <vbarshak@ru.mvista.com>2007-12-06 11:21:12 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:27:58 -0500
commit58c50192675cfbaa51cf9ccf2ef1180d45170ec8 (patch)
treecb14065a06b1a90e0c5292e4a26f42316ce72826 /arch/powerpc/boot/dts/rainier.dts
parent9ac30c314529af21ae739375d25c7da78887363b (diff)
[POWERPC] 44x: Sequoia and Rainier updates for 2.6.25
PowerPC 440Epx/GRx Sequoia/Rainier updates for 2.6.25 Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/rainier.dts')
-rw-r--r--arch/powerpc/boot/dts/rainier.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/rainier.dts b/arch/powerpc/boot/dts/rainier.dts
index f29169e886f3..cf1b95d1f14b 100644
--- a/arch/powerpc/boot/dts/rainier.dts
+++ b/arch/powerpc/boot/dts/rainier.dts
@@ -94,7 +94,6 @@
94 clock-frequency = <0>; /* Filled in by zImage */ 94 clock-frequency = <0>; /* Filled in by zImage */
95 95
96 SDRAM0: sdram { 96 SDRAM0: sdram {
97 device_type = "memory-controller";
98 compatible = "ibm,sdram-440grx", "ibm,sdram-44x-ddr2denali"; 97 compatible = "ibm,sdram-440grx", "ibm,sdram-44x-ddr2denali";
99 dcr-reg = <010 2>; 98 dcr-reg = <010 2>;
100 }; 99 };
@@ -245,6 +244,7 @@
245 device_type = "rgmii-interface"; 244 device_type = "rgmii-interface";
246 compatible = "ibm,rgmii-440grx", "ibm,rgmii"; 245 compatible = "ibm,rgmii-440grx", "ibm,rgmii";
247 reg = <ef601000 8>; 246 reg = <ef601000 8>;
247 has-mdio;
248 }; 248 };
249 249
250 EMAC0: ethernet@ef600e00 { 250 EMAC0: ethernet@ef600e00 {
@@ -273,6 +273,8 @@
273 zmii-channel = <0>; 273 zmii-channel = <0>;
274 rgmii-device = <&RGMII0>; 274 rgmii-device = <&RGMII0>;
275 rgmii-channel = <0>; 275 rgmii-channel = <0>;
276 has-inverted-stacr-oc;
277 has-new-stacr-staopc;
276 }; 278 };
277 279
278 EMAC1: ethernet@ef600f00 { 280 EMAC1: ethernet@ef600f00 {
@@ -301,6 +303,8 @@
301 zmii-channel = <1>; 303 zmii-channel = <1>;
302 rgmii-device = <&RGMII0>; 304 rgmii-device = <&RGMII0>;
303 rgmii-channel = <1>; 305 rgmii-channel = <1>;
306 has-inverted-stacr-oc;
307 has-new-stacr-staopc;
304 }; 308 };
305 }; 309 };
306 }; 310 };