]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 11 Feb 2013 18:29:08 +0000 (13:29 -0500)
commitc244cb345731d3faaaf9152d843456bc05ed776c
treeba72c57024ffef01df95c93d3ccec734125c8d9b
parentded86520327761c3b03e853c0f27955216e70692
mmc: dt: bus-width can be an optional property

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>
Documentation/devicetree/bindings/mmc/mmc.txt