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

Commit a04ad043 authored by Dirk Behme's avatar Dirk Behme Committed by Shawn Guo
Browse files

i.MX6: Documentation: update from fsl,card-wired to non-removable



With the commit 7f217794 (mmc: dt: Consolidate DT bindings),
the device tree properties used by various device drivers
for SD/MMC host controllers were standardized.  One of the changes
was that the property "fsl,card-wired", previously used by the
Freescale driver, was replaced with "non-removable". Fix the example
documentation regarding this.

Signed-off-by: default avatarDirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 28dff109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ Some requirements for using fsl,imx-pinctrl binding:

Examples:
usdhc@0219c000 { /* uSDHC4 */
	fsl,card-wired;
	non-removable;
	vmmc-supply = <&reg_3p3v>;
	status = "okay";
	pinctrl-names = "default";