提交 fd5c3fd7 编写于 作者: R Roland Stigge 提交者: 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: NRoland Stigge <stigge@antcom.de>
Acked-by: NRob Herring <rob.herring@calxeda.com>
Acked-by: NBenoit Cousson <b-cousson@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 f6f6c9a5
...@@ -61,9 +61,9 @@ ...@@ -61,9 +61,9 @@
}; };
&mmc2 { &mmc2 {
status = "disable"; status = "disabled";
}; };
&mmc3 { &mmc3 {
status = "disable"; status = "disabled";
}; };
...@@ -74,15 +74,15 @@ ...@@ -74,15 +74,15 @@
}; };
&mmc2 { &mmc2 {
status = "disable"; status = "disabled";
}; };
&mmc3 { &mmc3 {
status = "disable"; status = "disabled";
}; };
&mmc4 { &mmc4 {
status = "disable"; status = "disabled";
}; };
&mmc5 { &mmc5 {
......
...@@ -147,11 +147,11 @@ ...@@ -147,11 +147,11 @@
}; };
&mmc3 { &mmc3 {
status = "disable"; status = "disabled";
}; };
&mmc4 { &mmc4 {
status = "disable"; status = "disabled";
}; };
&mmc5 { &mmc5 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册