diff options
author | Roland Stigge <stigge@antcom.de> | 2012-06-21 12:36:03 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-21 12:36:03 +0400 |
commit | fd5c3fd7c4d06414453d7b72ab6d59ab1a0d2356 (patch) | |
tree | 51679f9343c0b464d1d6311ccf5813615a7b2ef4 /arch/arm/boot/dts/omap3-beagle.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/omap3-beagle.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 5b4506c0a8c4..cdcb98c7e075 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -61,9 +61,9 @@ }; &mmc2 { - status = "disable"; + status = "disabled"; }; &mmc3 { - status = "disable"; + status = "disabled"; }; |