diff options
author | Roland Stigge <stigge@antcom.de> | 2012-06-21 01:36:03 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-21 01:36:03 -0700 |
commit | fd5c3fd7c4d06414453d7b72ab6d59ab1a0d2356 (patch) | |
tree | 51679f9343c0b464d1d6311ccf5813615a7b2ef4 /arch/arm/boot/dts/omap4-sdp.dts | |
parent | f6f6c9a5be996f266ff6fbe7850d76c3b0bdab95 (diff) |
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-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index d08c4d137280..9b1c13a16c2c 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -147,11 +147,11 @@ }; &mmc3 { - status = "disable"; + status = "disabled"; }; &mmc4 { - status = "disable"; + status = "disabled"; }; &mmc5 { |