Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1335991 > unrolled thread

[PATCH 2/6] spi: rockchip: add bindings for rk3399 spi

Started by"jianqun.xu" <jay.xu@rock-chips.com>
First post2016-02-17 03:00 +0100
Last post2016-02-18 15:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/6] spi: rockchip: add bindings for rk3399 spi "jianqun.xu" <jay.xu@rock-chips.com> - 2016-02-17 03:00 +0100
    Re: [PATCH 2/6] spi: rockchip: add bindings for rk3399 spi Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100

#1335991 — [PATCH 2/6] spi: rockchip: add bindings for rk3399 spi

From"jianqun.xu" <jay.xu@rock-chips.com>
Date2016-02-17 03:00 +0100
Subject[PATCH 2/6] spi: rockchip: add bindings for rk3399 spi
Message-ID<r2Zzk-7EN-5@gated-at.bofh.it>
From: Xu Jianqun <jay.xu@rock-chips.com>

Add devicetree bindings for Rockchip rk3399 spi which found on
Rockchip rk3399 SoCs.

Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
---
 Documentation/devicetree/bindings/spi/spi-rockchip.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.txt b/Documentation/devicetree/bindings/spi/spi-rockchip.txt
index 0c491bd..1b14d69 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
-- 
1.9.1

[toc] | [next] | [standalone]


#1337418

FromRob Herring <robh@kernel.org>
Date2016-02-18 15:40 +0100
Message-ID<r3xUn-716-45@gated-at.bofh.it>
In reply to#1335991
On Wed, Feb 17, 2016 at 09:53:08AM +0800, jianqun.xu wrote:
> From: Xu Jianqun <jay.xu@rock-chips.com>
> 
> Add devicetree bindings for Rockchip rk3399 spi which found on
> Rockchip rk3399 SoCs.
> 
> Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
> ---
>  Documentation/devicetree/bindings/spi/spi-rockchip.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web