diff options
author | Addy Ke <addy.ke@rockchip.com> | 2014-07-11 10:09:19 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-11 13:59:58 +0100 |
commit | b839b785182497da67374db216b28213ee7bf1b4 (patch) | |
tree | 359f56bf4290ae28d2872148404380459ee4417f | |
parent | ee780997648814d6f1e18b05234867bbd0b43ca9 (diff) |
spi/rockchip: add compatible strings for RK3188 and RK3288
Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Addy Ke <addy.ke@rockchip.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/spi/spi-rockchip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c index a8866c9baae0..cb8fd6fa6827 100644 --- a/drivers/spi/spi-rockchip.c +++ b/drivers/spi/spi-rockchip.c @@ -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); |