]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/spi/pxa2xx
sgiioc4: always init hwif->io_ports
[linux-2.6-omap-h63xx.git] / Documentation / spi / pxa2xx
index f9717fe9bd85296c8ae892003f70f013262a5fb1..f3853cc37bde387e4608c27833e4653aa3811d3b 100644 (file)
@@ -1,4 +1,4 @@
-PXA2xx SPI on SSP driver HOWTO
+PXA2xx SPI on SSP driver HOWTO
 ===================================================
 This a mini howto on the pxa2xx_spi driver.  The driver turns a PXA2xx
 synchronous serial port into a SPI master controller
@@ -62,7 +62,7 @@ static struct resource pxa_spi_nssp_resources[] = {
 
 static struct pxa2xx_spi_master pxa_nssp_master_info = {
        .ssp_type = PXA25x_NSSP, /* Type of SSP */
-       .clock_enable = CKEN9_NSSP, /* NSSP Peripheral clock */
+       .clock_enable = CKEN_NSSP, /* NSSP Peripheral clock */
        .num_chipselect = 1, /* Matches the number of chips attached to NSSP */
        .enable_dma = 1, /* Enables NSSP DMA */
 };