diff options
author | Roland Stigge <stigge@antcom.de> | 2012-06-21 08:36:03 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-21 08:36:03 (GMT) |
commit | fd5c3fd7c4d06414453d7b72ab6d59ab1a0d2356 (patch) | |
tree | 51679f9343c0b464d1d6311ccf5813615a7b2ef4 /arch/arm/boot/dts/omap4-panda.dts | |
parent | f6f6c9a5be996f266ff6fbe7850d76c3b0bdab95 (diff) | |
download | linux-fd5c3fd7c4d06414453d7b72ab6d59ab1a0d2356.tar.xz |
ARM: OMAP: Fix dts files w/ status property: "disable" -> "disabled"
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-panda.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts index 1efe0c5..9d8abf0 100644 --- a/arch/arm/boot/dts/omap4-panda.dts +++ b/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 { |