spi/sirf: add support for new SiRFmarco SMP SoC
authorBarry Song <Baohua.Song@csr.com>
Wed, 26 Dec 2012 02:48:34 +0000 (10:48 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 12:43:18 +0000 (12:43 +0000)
the driver is also compatible with SiRFmarco except SiRFprimaII,
so simply add "sirf,marco-spi" to OF match table.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-sirf.c

index 1f04979..6a5626d 100644 (file)
@@ -658,6 +658,7 @@ static const struct dev_pm_ops spi_sirfsoc_pm_ops = {
 
 static const struct of_device_id spi_sirfsoc_of_match[] = {
        { .compatible = "sirf,prima2-spi", },
+       { .compatible = "sirf,marco-spi", },
        {}
 };
 MODULE_DEVICE_TABLE(of, sirfsoc_spi_of_match);