diff options
author | Xu Jianqun <jay.xu@rock-chips.com> | 2016-02-18 12:16:31 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-18 12:24:15 +0100 |
commit | 9b7a56221590cad777e56ec40afe7a6a68f9ac01 (patch) | |
tree | e534940aa50843c5bc1599794ee723d8ea0dc9b5 /Documentation/devicetree/bindings/spi/spi-rockchip.txt | |
parent | spi: rockchip: remove xfer_completion from rockchip_spi (diff) | |
download | linux-9b7a56221590cad777e56ec40afe7a6a68f9ac01.tar.xz linux-9b7a56221590cad777e56ec40afe7a6a68f9ac01.zip |
spi: rockchip: add bindings for rk3399 spi
Add devicetree bindings for Rockchip rk3399 spi which found on
Rockchip rk3399 SoCs.
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-rockchip.txt')
-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 0c491bda4c65..1b14d69d8903 100644 --- a/Documentation/devicetree/bindings/spi/spi-rockchip.txt +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.txt @@ -9,6 +9,7 @@ Required Properties: "rockchip,rk3066-spi" for rk3066. "rockchip,rk3188-spi", "rockchip,rk3066-spi" for rk3188. "rockchip,rk3288-spi", "rockchip,rk3066-spi" for rk3288. + "rockchip,rk3399-spi", "rockchip,rk3066-spi" for rk3399. - reg: physical base address of the controller and length of memory mapped region. - interrupts: The interrupt number to the cpu. The interrupt specifier format |