Skip to content

Commit

Permalink
i.MX6: Documentation: update from fsl,card-wired to non-removable
Browse files Browse the repository at this point in the history
With the commit 7f21779 (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: Dirk Behme <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
dirkbehme authored and shawnguo2 committed Jun 17, 2013
1 parent 28dff10 commit a04ad04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a04ad04

Please sign in to comment.