[PATCH 18/21] [POWERPC] bamboo: remove bogus "ranges" property in EBC node
Benjamin Herrenschmidt
benh at kernel.crashing.org
Fri Dec 21 15:39:35 EST 2007
This removes a bogus empty "ranges" property in the EBC device node
of the Bamboo board device-tree.
The "ranges" property will be created by the boot wrapper, there is
no need to have an empty property there, and that causes recent
dtc to complain.
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
arch/powerpc/boot/dts/bamboo.dts | 1 -
1 file changed, 1 deletion(-)
--- linux-merge.orig/arch/powerpc/boot/dts/bamboo.dts 2007-12-21 14:35:23.000000000 +1100
+++ linux-merge/arch/powerpc/boot/dts/bamboo.dts 2007-12-21 14:35:25.000000000 +1100
@@ -126,7 +126,6 @@
#address-cells = <2>;
#size-cells = <1>;
clock-frequency = <0>; /* Filled in by zImage */
- ranges;
interrupts = <5 1>;
interrupt-parent = <&UIC1>;
};
More information about the Linuxppc-dev
mailing list