Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 804413f2 authored by Manjunathappa, Prakash's avatar Manjunathappa, Prakash Committed by Sekhar Nori
Browse files

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: default avatarManjunathappa, Prakash <prakash.pm@ti.com>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 64fa59c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
	},
	{ },