Skip to content
Snippets Groups Projects
Commit fd5c3fd7 authored by Roland Stigge's avatar Roland Stigge Committed by Tony Lindgren
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -61,9 +61,9 @@
};
&mmc2 {
status = "disable";
status = "disabled";
};
&mmc3 {
status = "disable";
status = "disabled";
};
......@@ -74,15 +74,15 @@
};
&mmc2 {
status = "disable";
status = "disabled";
};
&mmc3 {
status = "disable";
status = "disabled";
};
&mmc4 {
status = "disable";
status = "disabled";
};
&mmc5 {
......
......@@ -147,11 +147,11 @@
};
&mmc3 {
status = "disable";
status = "disabled";
};
&mmc4 {
status = "disable";
status = "disabled";
};
&mmc5 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment