aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/makalu.dts
diff options
context:
space:
mode:
authorGrant Erickson <gerickson@nuovations.com>2008-12-18 07:34:05 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2009-01-20 08:17:12 -0500
commit94ce1c585ed51dd9e72e812117e11f3f236a5399 (patch)
tree74de1b4140ed2214ec42d4322d9f32343ebeef78 /arch/powerpc/boot/dts/makalu.dts
parentf3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b (diff)
powerpc/4xx: DTS: Add Add'l SDRAM0 Compatible and Interrupt Info
Added additional information for type and compatibility strings and interrupt information to the SDRAM0 memory-controller device tree nodes for AMCC PowerPC 405EX[r]-based boards to facilitate binding with the new "ibm,sdram-4xx-ddr2" EDAC memory controller adapter driver. Signed-off-by: Grant Erickson <gerickson@nuovations.com> Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/makalu.dts')
-rw-r--r--arch/powerpc/boot/dts/makalu.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/makalu.dts b/arch/powerpc/boot/dts/makalu.dts
index 945508c7e7d8..ffc246e72670 100644
--- a/arch/powerpc/boot/dts/makalu.dts
+++ b/arch/powerpc/boot/dts/makalu.dts
@@ -90,8 +90,11 @@
90 clock-frequency = <0>; /* Filled in by U-Boot */ 90 clock-frequency = <0>; /* Filled in by U-Boot */
91 91
92 SDRAM0: memory-controller { 92 SDRAM0: memory-controller {
93 compatible = "ibm,sdram-405ex"; 93 compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2";
94 dcr-reg = <0x010 0x002>; 94 dcr-reg = <0x010 0x002>;
95 interrupt-parent = <&UIC2>;
96 interrupts = <0x5 0x4 /* ECC DED Error */
97 0x6 0x4 /* ECC SEC Error */ >;
95 }; 98 };
96 99
97 MAL0: mcmal { 100 MAL0: mcmal {