lkml.org 
[lkml]   [2012]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH RESEND] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled"
Date
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@antcom.de>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Benoit Cousson <b-cousson@ti.com>

---
Applies to v3.5-rc3

arch/arm/boot/dts/omap3-beagle.dts | 4 ++--
arch/arm/boot/dts/omap4-panda.dts | 6 +++---
arch/arm/boot/dts/omap4-sdp.dts | 4 ++--
3 files changed, 7 insertions(+), 7 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 {

\
 
 \ /
  Last update: 2012-06-18 23:01    [W:0.031 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site