Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,9 +61,9 @@
};

&mmc2 {
	status = "disable";
	status = "disabled";
};

&mmc3 {
	status = "disable";
	status = "disabled";
};
+3 −3
Original line number Diff line number Diff line
@@ -74,15 +74,15 @@
};

&mmc2 {
	status = "disable";
	status = "disabled";
};

&mmc3 {
	status = "disable";
	status = "disabled";
};

&mmc4 {
	status = "disable";
	status = "disabled";
};

&mmc5 {
+2 −2
Original line number Diff line number Diff line
@@ -147,11 +147,11 @@
};

&mmc3 {
	status = "disable";
	status = "disabled";
};

&mmc4 {
	status = "disable";
	status = "disabled";
};

&mmc5 {