[PATCH] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled"
Roland Stigge
stigge at antcom.de
Mon Jun 11 15:09:44 EDT 2012
This patches fixes some status = "disable" strings to "disabled", the correct
way of disabling nodes in the devicetree.
Just the OMAP part here, the rest goes via other patches and trees.
Signed-off-by: Roland Stigge <stigge at antcom.de>
Acked-by: Rob Herring <rob.herring at calxeda.com>
---
Applies to v3.5-rc2
arch/arm/boot/dts/omap3-beagle.dts | 4 +--
arch/arm/boot/dts/omap4-panda.dts | 6 ++---
arch/arm/boot/dts/omap4-sdp.dts | 4 +--
arch/arm/boot/dts/tegra20.dtsi | 36 +++++++++++++++++------------------
arch/arm/boot/dts/tegra30.dtsi | 38 ++++++++++++++++++-------------------
5 files changed, 44 insertions(+), 44 deletions(-)
--- linux-2.6.orig/arch/arm/boot/dts/omap3-beagle.dts
+++ linux-2.6/arch/arm/boot/dts/omap3-beagle.dts
@@ -61,9 +61,9 @@
};
&mmc2 {
- status = "disable";
+ status = "disabled";
};
&mmc3 {
- status = "disable";
+ status = "disabled";
};
--- linux-2.6.orig/arch/arm/boot/dts/omap4-panda.dts
+++ linux-2.6/arch/arm/boot/dts/omap4-panda.dts
@@ -74,15 +74,15 @@
};
&mmc2 {
- status = "disable";
+ status = "disabled";
};
&mmc3 {
- status = "disable";
+ status = "disabled";
};
&mmc4 {
- status = "disable";
+ status = "disabled";
};
&mmc5 {
--- linux-2.6.orig/arch/arm/boot/dts/omap4-sdp.dts
+++ linux-2.6/arch/arm/boot/dts/omap4-sdp.dts
@@ -147,11 +147,11 @@
};
&mmc3 {
- status = "disable";
+ status = "disabled";
};
&mmc4 {
- status = "disable";
+ status = "disabled";
};
&mmc5 {
More information about the linux-arm-kernel
mailing list