Merge commit 'kumar/kumar-for-2.6.28'

This commit is contained in:
Benjamin Herrenschmidt
2008-10-21 15:49:55 +11:00
16 changed files with 85 additions and 27 deletions
+2
View File
@@ -61,6 +61,8 @@ void of_register_spi_devices(struct spi_master *master, struct device_node *np)
spi->mode |= SPI_CPHA;
if (of_find_property(nc, "spi-cpol", NULL))
spi->mode |= SPI_CPOL;
if (of_find_property(nc, "spi-cs-high", NULL))
spi->mode |= SPI_CS_HIGH;
/* Device speed */
prop = of_get_property(nc, "spi-max-frequency", &len);