Skip to content

Commit

Permalink
spi/sirf: add support for new SiRFmarco SMP SoC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Barry Song authored and Grant Likely committed Feb 5, 2013
1 parent e5118cd commit f3b8a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi-sirf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f3b8a8e

Please sign in to comment.