From: Shawn Guo Date: Mon, 28 Jan 2013 21:49:11 +0000 (-0500) Subject: mmc: dt: bus-width can be an optional property X-Git-Tag: v3.9-rc1~78^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c2a62bd53300784b9e6815ae115fb888ac3cfd;p=pandora-kernel.git 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed