aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-12-13 18:41:41 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-12-15 15:29:38 -0500
commit91cac623262c1c0cd298c5c648a8bd2b647c264d (patch)
tree7af06e10c91f346662c858cc65f2dd810a089db7 /arch
parent8309ce7280536b07716026ff588acbcc0ee1a546 (diff)
powerpc/85xx: Fix compile issues with mpc8572ds.dts
Fix the localbus reg & range properties to respect that the top level #address-cells and #size-cells = 2. The original commit (c64ef80b517680f1e228b2ee55e3ce7cd94c7fe0) did not do that. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/mpc8572ds.dts16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts
index f7dae307d74a..a10506e6fa27 100644
--- a/arch/powerpc/boot/dts/mpc8572ds.dts
+++ b/arch/powerpc/boot/dts/mpc8572ds.dts
@@ -67,17 +67,17 @@
67 #address-cells = <2>; 67 #address-cells = <2>;
68 #size-cells = <1>; 68 #size-cells = <1>;
69 compatible = "fsl,mpc8572-elbc", "fsl,elbc", "simple-bus"; 69 compatible = "fsl,mpc8572-elbc", "fsl,elbc", "simple-bus";
70 reg = <0xffe05000 0x1000>; 70 reg = <0 0xffe05000 0 0x1000>;
71 interrupts = <19 2>; 71 interrupts = <19 2>;
72 interrupt-parent = <&mpic>; 72 interrupt-parent = <&mpic>;
73 73
74 ranges = <0x0 0x0 0xe8000000 0x08000000 74 ranges = <0x0 0x0 0x0 0xe8000000 0x08000000
75 0x1 0x0 0xe0000000 0x08000000 75 0x1 0x0 0x0 0xe0000000 0x08000000
76 0x2 0x0 0xffa00000 0x00040000 76 0x2 0x0 0x0 0xffa00000 0x00040000
77 0x3 0x0 0xffdf0000 0x00008000 77 0x3 0x0 0x0 0xffdf0000 0x00008000
78 0x4 0x0 0xffa40000 0x00040000 78 0x4 0x0 0x0 0xffa40000 0x00040000
79 0x5 0x0 0xffa80000 0x00040000 79 0x5 0x0 0x0 0xffa80000 0x00040000
80 0x6 0x0 0xffac0000 0x00040000>; 80 0x6 0x0 0x0 0xffac0000 0x00040000>;
81 81
82 nor@0,0 { 82 nor@0,0 {
83 #address-cells = <1>; 83 #address-cells = <1>;