commit | 28c2a62bd53300784b9e6815ae115fb888ac3cfd | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Jan 28 16:49:11 2013 -0500 |
committer | Chris Ball <cjb@laptop.org> | Sun Feb 24 14:37:04 2013 -0500 |
tree | ba72c57024ffef01df95c93d3ccec734125c8d9b | |
parent | af51079e68d4759e458b0592df5d1fab373c43ae [diff] |
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>