Browse Source

spi/sirf: add support for new SiRFmarco SMP SoC

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>
Barry Song 12 years ago
parent
commit
f3b8a8ecc5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/spi/spi-sirf.c

+ 1 - 0
drivers/spi/spi-sirf.c

@@ -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);