Skip to content

Commit

Permalink
spi/davinci: no wildcards in DT compatible property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Manjunathappa, Prakash authored and Sekhar Nori committed Apr 17, 2013
1 parent 64fa59c commit 804413f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/spi/spi-davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,10 +776,10 @@ static int davinci_spi_request_dma(struct davinci_spi *dspi)
#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,
},
{ },
Expand Down

0 comments on commit 804413f

Please sign in to comment.