spi: rockchip: add bindings for rk3399 spi
authorXu Jianqun <jay.xu@rock-chips.com>
Thu, 18 Feb 2016 11:16:31 +0000 (19:16 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 18 Feb 2016 11:24:15 +0000 (11:24 +0000)
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>
Documentation/devicetree/bindings/spi/spi-rockchip.txt
drivers/spi/spi-rockchip.c

index 0c491bda4c65f9bace70c051fc06389261d82cad..1b14d69d8903a448a1138e38bf8332828bfd551e 100644 (file)
@@ -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
index 07909ee9b33f3120828d0a5e3c7162a8562c23fd..07c082aa5cff5fa7a7475ee716f2ea99bcf9258c 100644 (file)
@@ -866,6 +866,7 @@ static const struct of_device_id rockchip_spi_dt_match[] = {
        { .compatible = "rockchip,rk3066-spi", },
        { .compatible = "rockchip,rk3188-spi", },
        { .compatible = "rockchip,rk3288-spi", },
+       { .compatible = "rockchip,rk3399-spi", },
        { },
 };
 MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match);
This page took 0.025744 seconds and 5 git commands to generate.