Blackfin: boards: fix num_chipselect values for on-chip SPI buses
authorMike Frysinger <vapier@gentoo.org>
Wed, 16 Jun 2010 19:29:51 +0000 (19:29 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 22 Oct 2010 07:48:52 +0000 (03:48 -0400)
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 <vapier@gentoo.org>

No differences found