Skip to content

Commit

Permalink
spi/rockchip: add compatible strings for RK3188 and RK3288
Browse files Browse the repository at this point in the history
Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Addy Ke <addy.ke@rockchip.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Addy Ke authored and Mark Brown committed Jul 11, 2014
1 parent ee78099 commit b839b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/spi/spi-rockchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,8 @@ static const struct dev_pm_ops rockchip_spi_pm = {

static const struct of_device_id rockchip_spi_dt_match[] = {
{ .compatible = "rockchip,rk3066-spi", },
{ .compatible = "rockchip,rk3188-spi", },
{ .compatible = "rockchip,rk3288-spi", },
{ },
};
MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match);
Expand Down

0 comments on commit b839b78

Please sign in to comment.