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)
commitc5af5451fcf97f38f0c79cbb9f929af2779f234d
treec24e4a7aedea0c5ec5041fd1f697976d41c6d667
parent8effc4a68bfc341764a2e3f3006c6dc8e67e9a67
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 <vapier@gentoo.org>
arch/blackfin/mach-bf518/boards/ezbrd.c
arch/blackfin/mach-bf518/boards/tcm-bf518.c
arch/blackfin/mach-bf538/boards/ezkit.c
arch/blackfin/mach-bf548/boards/cm_bf548.c
arch/blackfin/mach-bf548/boards/ezkit.c