aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-12-20 23:39:35 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:18:34 -0500
commit5be9419ac613b9e6ce29fbddd0c4429f8d0acc08 (patch)
tree5e2ed15e2291de1c8feff568256696f9dc0d8443
parent3de9c9cd22c69c6aa2e17d4dcf55dcf1260b5718 (diff)
[POWERPC] 4xx: remove bogus "ranges" property in Bamboo EBC node
This removes a bogus empty "ranges" property in the EBC device node of the Bamboo board device-tree. The "ranges" property should be created by the wrapper code when it is implemented. Until then, remove the empty property since it incorrectly implies that there is a 1:1 address mapping between the EBC and the OPB. This also fixes a warning from newer DTCs. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
-rw-r--r--arch/powerpc/boot/dts/bamboo.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/bamboo.dts b/arch/powerpc/boot/dts/bamboo.dts
index 6ae12172fd5d..03f5d94ce363 100644
--- a/arch/powerpc/boot/dts/bamboo.dts
+++ b/arch/powerpc/boot/dts/bamboo.dts
@@ -126,7 +126,6 @@
126 #address-cells = <2>; 126 #address-cells = <2>;
127 #size-cells = <1>; 127 #size-cells = <1>;
128 clock-frequency = <0>; /* Filled in by zImage */ 128 clock-frequency = <0>; /* Filled in by zImage */
129 ranges;
130 interrupts = <5 1>; 129 interrupts = <5 1>;
131 interrupt-parent = <&UIC1>; 130 interrupt-parent = <&UIC1>;
132 }; 131 };