diff options
author | Addy Ke <addy.ke@rockchip.com> | 2014-07-10 22:09:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-11 08:59:58 -0400 |
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 = { | |||
814 | 814 | ||
815 | static const struct of_device_id rockchip_spi_dt_match[] = { | 815 | static const struct of_device_id rockchip_spi_dt_match[] = { |
816 | { .compatible = "rockchip,rk3066-spi", }, | 816 | { .compatible = "rockchip,rk3066-spi", }, |
817 | { .compatible = "rockchip,rk3188-spi", }, | ||
818 | { .compatible = "rockchip,rk3288-spi", }, | ||
817 | { }, | 819 | { }, |
818 | }; | 820 | }; |
819 | MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match); | 821 | MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match); |