diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-08-14 16:34:22 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-14 17:24:02 +0100 |
commit | 6b860e69e873be247d19174ab6b24d0b5741bf8c (patch) | |
tree | 73ce11038d3c3d481ea50e20e8af4576d5d98099 /Documentation/devicetree | |
parent | d38c4ae194bb8a3d8cf7d95378c5b2799cdd0a3b (diff) | |
download | blackbird-op-linux-6b860e69e873be247d19174ab6b24d0b5741bf8c.tar.gz blackbird-op-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 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-rockchip.txt | 1 |
1 files changed, 1 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. Required Properties: - compatible: should be one of the following. + "rockchip,rv1108-spi" for rv1108 SoCs. "rockchip,rk3036-spi" for rk3036 SoCS. "rockchip,rk3066-spi" for rk3066 SoCs. "rockchip,rk3188-spi" for rk3188 SoCs. |