spi/davinci: no wildcards in DT compatible property

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>
This commit is contained in:
Manjunathappa, Prakash 2013-04-03 19:39:06 +05:30 committed by Sekhar Nori
parent 64fa59c472
commit 804413f2dd
1 changed files with 2 additions and 2 deletions

View 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,
},
{ },