From: wangyuhang Date: Sun, 1 Sep 2013 09:36:21 +0000 (+0800) Subject: spi: quad: fix the name of DT property X-Git-Tag: v3.12-rc1~192^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a110f93d8b4672c4ad18d911f62b9e861010e83b;p=pandora-kernel.git spi: quad: fix the name of DT property spi: quad: fix the name of DT property in patch The previous property name spi-tx-nbits and spi-rx-nbits looks not human-readable. To make it consistent with other devices, using property name spi-tx-bus-width and spi-rx-bus-width instead of the previous one specify the number of data wires that spi controller will work in. Add the specification in spi-bus.txt. Signed-off-by: wangyuhang Signed-off-by: Mark Brown --- Reading git-diff-tree failed