Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

With the commit 7f217794f (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 <dirk.behme@de.bosch.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Dirk Behme and committed by
Shawn Guo
a04ad043 28dff109

+1 -1
+1 -1
Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt
··· 58 58 59 59 Examples: 60 60 usdhc@0219c000 { /* uSDHC4 */ 61 - fsl,card-wired; 61 + non-removable; 62 62 vmmc-supply = <&reg_3p3v>; 63 63 status = "okay"; 64 64 pinctrl-names = "default";