From patchwork Thu May 19 15:47:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 9127881 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CD66E60453 for ; Thu, 19 May 2016 15:47:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C07DC281C2 for ; Thu, 19 May 2016 15:47:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B4CE8281CF; Thu, 19 May 2016 15:47:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6CF35281C2 for ; Thu, 19 May 2016 15:47:57 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b3QAz-0007da-VG; Thu, 19 May 2016 15:47:53 +0000 Received: from mail-pf0-f196.google.com ([209.85.192.196]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b3QAy-0007aU-3V; Thu, 19 May 2016 15:47:52 +0000 Received: by mail-pf0-f196.google.com with SMTP id 145so8544669pfz.1; Thu, 19 May 2016 08:47:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=iUyJ7zQnKcOp51ph56zWbbK9R/aUDmKfDuhIG07mXn8=; b=DRZlxxFiyF322/JYKeeASW4LTVegGAIVfCc0+uV2k2tSnwaY1pMSIB89r9n13Q1vtW WKPvXg4uOgCRIPDgCsCt6KmCChHPq2ur+CleSMuAtZB8oQUiSQ7j2VJLqo8nQv5Y8ZLj iRvX5C9ox695j3P3+h8OBYQZSAaHeq3jT5c/eO4n45CWR9f9wr9krxUhBGRfCEhAefTZ /lDu4Il5iBLM53d2RaAv/J31NDrGWpZW3JCnVN8PcufLzLa+hZH7pGOF7sPVXcSsolRr gCMe6QaBxDUo5KjorT0PIt0NwY50EpqERh+YkZjayd1DpISLQIF0ce3wp3mZmrhm6Tqd 6Kwg== X-Gm-Message-State: AOPr4FVTP1vx5awc9B4qXPdj4XBhfy/zzjnzYDFfAFcFhU/iaHUa9V8kWQcyLWtbc7WHiQ== X-Received: by 10.98.49.133 with SMTP id x127mr20607605pfx.36.1463672850684; Thu, 19 May 2016 08:47:30 -0700 (PDT) Received: from localhost.localdomain ([104.37.5.161]) by smtp.gmail.com with ESMTPSA id e7sm20806518pfa.28.2016.05.19.08.47.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 May 2016 08:47:29 -0700 (PDT) From: Caesar Wang To: Heiko Stuebner , Mark Brown Subject: [PATCH 1/3] spi/rockchip: add rk3036/rk3228/rk3368 socs for spi document Date: Thu, 19 May 2016 23:47:02 +0800 Message-Id: <1463672824-15367-1-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160519_084752_186247_6DCF82AF X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Kumar Gala , Xu Jianqun , linux-arm-kernel@lists.infradead.org, Caesar Wang MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP We had supported the rk3036/rk3066/rk3188/rk3228/rk3288/rk3368/rk3399 family SoCs in linux kernel. Let's add the other SoCs, in order to a better understanding from the rockchip spi document. Signed-off-by: Caesar Wang Cc: Rob Herring Cc: Mark Brown Cc: Heiko Stuebner Cc: linux-rockchip@lists.infradead.org --- Documentation/devicetree/bindings/spi/spi-rockchip.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.txt b/Documentation/devicetree/bindings/spi/spi-rockchip.txt index 1b14d69..305b542 100644 --- a/Documentation/devicetree/bindings/spi/spi-rockchip.txt +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.txt @@ -6,9 +6,12 @@ and display controllers using the SPI communication interface. Required Properties: - compatible: should be one of the following. + "rockchip,rk3036-spi" for rk3036. "rockchip,rk3066-spi" for rk3066. "rockchip,rk3188-spi", "rockchip,rk3066-spi" for rk3188. + "rockchip,rk3228-spi", "rockchip,rk3066-spi" for rk3228. "rockchip,rk3288-spi", "rockchip,rk3066-spi" for rk3288. + "rockchip,rk3368-spi", "rockchip,rk3066-spi" for rk3368. "rockchip,rk3399-spi", "rockchip,rk3066-spi" for rk3399. - reg: physical base address of the controller and length of memory mapped region.