Abstract:
  Defaults the PXA2xx SPI driver to 16 bits per access.
Intended for board support packages:
  OSELAS.BSP-Phytec-phyCORE-PXA270-1
  OSELAS.BSP-Phytec-phyCORE-PXA270-2
Applying:
  Apply this patch inside the BSP directory in this way:
  $ patch -p0 < spi_hotfix.patch
Note:
  It is only required to support MAX7301 GPIO expander on Phytec's phyCORE-PXA270

---

--- kernel-patches-target/mach-pxa2xx-spi_orig.patch	2006-04-07 09:36:21.000000000 +0200
+++ kernel-patches-target/mach-pxa2xx-spi.patch	2006-07-13 10:06:22.000000000 +0200
@@ -910,7 +910,7 @@
 +	unsigned int clk_div;
 +
 +	if (!spi->bits_per_word)
-+		spi->bits_per_word = 8;
++		spi->bits_per_word = 16;
 +
 +	if (drv_data->ssp_type != PXA25x_SSP
 +			&& (spi->bits_per_word < 4 || spi->bits_per_word > 32))
