[PATCH 1/10] ARM: dts: mxs: move 'compatible' property to beginning of node and do some whitespace cleanups
Lothar Waßmann
LW at KARO-electronics.de
Wed Jul 31 10:37:51 EDT 2013
Signed-off-by: Lothar Waßmann <LW at KARO-electronics.de>
---
arch/arm/boot/dts/imx28.dtsi | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 47fc5ef..0360acc 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -731,9 +731,9 @@
};
dcp at 80028000 {
+ compatible = "fsl-dcp";
reg = <0x80028000 0x2000>;
interrupts = <52 53 54>;
- compatible = "fsl-dcp";
};
pxp at 8002a000 {
@@ -815,7 +815,7 @@
reg = <0x8003c800 0x100>;
status = "disabled";
};
- };
+ };
apbx at 80040000 {
compatible = "simple-bus";
@@ -1045,6 +1045,5 @@
reg = <0x800f8000 0x8000>;
status = "disabled";
};
-
};
};
--
1.7.2.5
More information about the linux-arm-kernel
mailing list