spi/davinci: no wildcards in DT compatible property
authorManjunathappa, Prakash <prakash.pm@ti.com>
Wed, 3 Apr 2013 14:09:06 +0000 (19:39 +0530)
committerSekhar Nori <nsekhar@ti.com>
Wed, 17 Apr 2013 16:48:41 +0000 (22:18 +0530)
Follow DT naming convention for compatible property of the blob.
Use first chip name that introduced the specific version of the
device.

Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
drivers/spi/spi-davinci.c

index 8234d22..2e8f24a 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,
        },
        { },