From: Mike Frysinger Date: Wed, 16 Jun 2010 19:29:51 +0000 (+0000) Subject: Blackfin: boards: fix num_chipselect values for on-chip SPI buses X-Git-Tag: v2.6.37-rc1~151^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5af5451fcf97f38f0c79cbb9f929af2779f234d;p=pandora-kernel.git Blackfin: boards: fix num_chipselect values for on-chip SPI buses The num_chipselect field for on-chip Blackfin SPI buses is supposed to be 1 larger than the number of actual CSs available. This is because the hardware starts counting at 1 and not 0. There is a field for "CS0", but it is marked as "reserved" everywhere. Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed