]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/spi/spi-davinci.c
[media] mt9p031: Power down the sensor if no supported device has been detected
[karo-tx-linux.git] / drivers / spi / spi-davinci.c
index 8234d2259722f08401b0caf916c1e1fb2b15a5cc..2e8f24a1fb952cbfd86b161ad50ac3e315d0850b 100644 (file)
@@ -776,10 +776,10 @@ rx_dma_failed:
 #if defined(CONFIG_OF)
 static const struct of_device_id davinci_spi_of_match[] = {
        {
-               .compatible = "ti,dm644x-spi",
+               .compatible = "ti,dm6441-spi",
        },
        {
-               .compatible = "ti,da8xx-spi",
+               .compatible = "ti,da830-spi",
                .data = (void *)SPI_VERSION_2,
        },
        { },