diff options
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-rockchip.txt | 1 | ||||
-rw-r--r-- | drivers/spi/spi-rockchip.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.txt b/Documentation/devicetree/bindings/spi/spi-rockchip.txt index 83da4931d832..6e3ffacbba32 100644 --- a/Documentation/devicetree/bindings/spi/spi-rockchip.txt +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.txt | |||
@@ -6,6 +6,7 @@ and display controllers using the SPI communication interface. | |||
6 | Required Properties: | 6 | Required Properties: |
7 | 7 | ||
8 | - compatible: should be one of the following. | 8 | - compatible: should be one of the following. |
9 | "rockchip,rv1108-spi" for rv1108 SoCs. | ||
9 | "rockchip,rk3036-spi" for rk3036 SoCS. | 10 | "rockchip,rk3036-spi" for rk3036 SoCS. |
10 | "rockchip,rk3066-spi" for rk3066 SoCs. | 11 | "rockchip,rk3066-spi" for rk3066 SoCs. |
11 | "rockchip,rk3188-spi" for rk3188 SoCs. | 12 | "rockchip,rk3188-spi" for rk3188 SoCs. |
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 = { | |||
914 | }; | 914 | }; |
915 | 915 | ||
916 | static const struct of_device_id rockchip_spi_dt_match[] = { | 916 | static const struct of_device_id rockchip_spi_dt_match[] = { |
917 | { .compatible = "rockchip,rv1108-spi", }, | ||
917 | { .compatible = "rockchip,rk3036-spi", }, | 918 | { .compatible = "rockchip,rk3036-spi", }, |
918 | { .compatible = "rockchip,rk3066-spi", }, | 919 | { .compatible = "rockchip,rk3066-spi", }, |
919 | { .compatible = "rockchip,rk3188-spi", }, | 920 | { .compatible = "rockchip,rk3188-spi", }, |