[PATCH 8/8] powerpc: prpmc2800 - Miscellaneous DTS file fixups

Mark A. Greer mgreer at mvista.com
Tue Dec 11 11:39:54 EST 2007


From: Mark A. Greer <mgreer at mvista.com>

Remove unnecessary device_type properties and leading zeroes in node names.

Signed-off-by: Mark A. Greer <mgreer at mvista.com>
---
 arch/powerpc/boot/dts/prpmc2800.dts |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/boot/dts/prpmc2800.dts b/arch/powerpc/boot/dts/prpmc2800.dts
index 054f028..6af5a3a 100644
--- a/arch/powerpc/boot/dts/prpmc2800.dts
+++ b/arch/powerpc/boot/dts/prpmc2800.dts
@@ -133,7 +133,6 @@
 		};
 
 		SDMA0: sdma at 4000 {
-			device_type = "dma";
 			compatible = "marvell,mv64360-sdma";
 			reg = <0x4000 0xc18>;
 			virtual-reg = <0xf1004000>;
@@ -143,7 +142,6 @@
 		};
 
 		SDMA1: sdma at 6000 {
-			device_type = "dma";
 			compatible = "marvell,mv64360-sdma";
 			reg = <0x6000 0xc18>;
 			virtual-reg = <0xf1006000>;
@@ -300,14 +298,14 @@
 			>;
 		};
 
-		cpu-error at 0070 {
+		cpu-error at 70 {
 			compatible = "marvell,mv64360-cpu-error";
 			reg = <0x0070 0x10 0x0128 0x28>;
 			interrupts = <3>;
 			interrupt-parent = <&PIC>;
 		};
 
-		sram-ctrl at 0380 {
+		sram-ctrl at 380 {
 			compatible = "marvell,mv64360-sram-ctrl";
 			reg = <0x0380 0x80>;
 			interrupts = <13>;



More information about the Linuxppc-dev mailing list