From 31da1e19ebc19166db1d1f72d61994b6386e5421 Mon Sep 17 00:00:00 2001 From: "Manjunathappa, Prakash" Date: Wed, 3 Apr 2013 19:39:06 +0530 Subject: [PATCH] --- yaml --- r: 374126 b: refs/heads/master c: 804413f2dd0bcef6d1aef7c8b3be749be9024eee h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/spi/spi-davinci.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b02180579ea3..b2a75fb9b704 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 64fa59c472c33beaea659484ff87c6bb7d0ea93f +refs/heads/master: 804413f2dd0bcef6d1aef7c8b3be749be9024eee diff --git a/trunk/drivers/spi/spi-davinci.c b/trunk/drivers/spi/spi-davinci.c index 8234d2259722..2e8f24a1fb95 100644 --- a/trunk/drivers/spi/spi-davinci.c +++ b/trunk/drivers/spi/spi-davinci.c @@ -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, }, { },