mmc: dt: bus-width can be an optional property
authorShawn Guo <shawn.guo@linaro.org>
Mon, 28 Jan 2013 21:49:11 +0000 (16:49 -0500)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:37:04 +0000 (14:37 -0500)
None of mmc drivers implements bus-width as a required device tree
property.  Instead, some drivers like atmel-mci, dw_mmc, sdhci-s3c
implement it as an optional one, and will force bus width to be 1
when the property is absent.  Let's change the common binding to
reflect what the drivers are usually doing.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found