]> 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>
Sun, 24 Feb 2013 19:37:04 +0000 (14:37 -0500)
commit28c2a62bd53300784b9e6815ae115fb888ac3cfd
treeba72c57024ffef01df95c93d3ccec734125c8d9b
parentaf51079e68d4759e458b0592df5d1fab373c43ae
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