summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-rockchip.c
diff options
context:
space:
mode:
authorAndy Yan2017-08-14 10:34:22 +0200
committerMark Brown2017-08-14 18:24:02 +0200
commit6b860e69e873be247d19174ab6b24d0b5741bf8c (patch)
tree73ce11038d3c3d481ea50e20e8af4576d5d98099 /drivers/spi/spi-rockchip.c
parentspi: rockchip: Fix clock handling in suspend/resume (diff)
downloadkernel-qcow2-linux-6b860e69e873be247d19174ab6b24d0b5741bf8c.tar.gz
kernel-qcow2-linux-6b860e69e873be247d19174ab6b24d0b5741bf8c.tar.xz
kernel-qcow2-linux-6b860e69e873be247d19174ab6b24d0b5741bf8c.zip
spi: rockchip: add compatible string for rv1108 spi
The spi on rv1108 is the same as other rockchip based socs, add compatible string for it. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-rockchip.c')
-rw-r--r--drivers/spi/spi-rockchip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c
index 34f6440a5255..474033e2149e 100644
--- a/drivers/spi/spi-rockchip.c
+++ b/drivers/spi/spi-rockchip.c
@@ -914,6 +914,7 @@ static const struct dev_pm_ops rockchip_spi_pm = {
};
static const struct of_device_id rockchip_spi_dt_match[] = {
+ { .compatible = "rockchip,rv1108-spi", },
{ .compatible = "rockchip,rk3036-spi", },
{ .compatible = "rockchip,rk3066-spi", },
{ .compatible = "rockchip,rk3188-spi", },