Commit fd5c3fd7 authored by Roland Stigge's avatar Roland Stigge Committed by Tony Lindgren

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: default avatarRoland Stigge <stigge@antcom.de>
Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
Acked-by: default avatarBenoit Cousson <b-cousson@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f6f6c9a5
...@@ -61,9 +61,9 @@ &mmc1 { ...@@ -61,9 +61,9 @@ &mmc1 {
}; };
&mmc2 { &mmc2 {
status = "disable"; status = "disabled";
}; };
&mmc3 { &mmc3 {
status = "disable"; status = "disabled";
}; };
...@@ -74,15 +74,15 @@ &mmc1 { ...@@ -74,15 +74,15 @@ &mmc1 {
}; };
&mmc2 { &mmc2 {
status = "disable"; status = "disabled";
}; };
&mmc3 { &mmc3 {
status = "disable"; status = "disabled";
}; };
&mmc4 { &mmc4 {
status = "disable"; status = "disabled";
}; };
&mmc5 { &mmc5 {
......
...@@ -147,11 +147,11 @@ &mmc2 { ...@@ -147,11 +147,11 @@ &mmc2 {
}; };
&mmc3 { &mmc3 {
status = "disable"; status = "disabled";
}; };
&mmc4 { &mmc4 {
status = "disable"; status = "disabled";
}; };
&mmc5 { &mmc5 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment