diff mbox

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

Message ID 1368687094-11385-1-git-send-email-dirk.behme@de.bosch.com (mailing list archive)
State New, archived
Headers show

Commit Message

Dirk Behme May 16, 2013, 6:51 a.m. UTC
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>
---
 Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo May 17, 2013, 1:58 a.m. UTC | #1
On Thu, May 16, 2013 at 08:51:34AM +0200, Dirk Behme wrote:
> 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>

Applied, thanks.
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt
index bcfdab5..3a7caf7 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt
@@ -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";