From patchwork Wed May 18 11:19:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Behme X-Patchwork-Id: 9117911 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-renesas-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 92012BF29F for ; Wed, 18 May 2016 11:21:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BF5482021F for ; Wed, 18 May 2016 11:21:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D5AFC20166 for ; Wed, 18 May 2016 11:21:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752408AbcERLVK (ORCPT ); Wed, 18 May 2016 07:21:10 -0400 Received: from smtp6-v.fe.bosch.de ([139.15.237.11]:28551 "EHLO smtp6-v.fe.bosch.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751112AbcERLVJ (ORCPT ); Wed, 18 May 2016 07:21:09 -0400 Received: from vsmta11.fe.internet.bosch.com (unknown [10.4.98.51]) by imta24.fe.bosch.de (Postfix) with ESMTP id A11FCD8020B for ; Wed, 18 May 2016 13:21:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=de.bosch.com; s=2015-01-21; t=1463570467; bh=nu3KwRthIQI56V1Oh3T2yBzBk08GY2DG69Rq4AJmH0c=; l=10; h=From:From:Reply-To:Sender; b=CYh6GBobx10QY+9Hpy2vT0AGb8tvGhtUMkE3arVTsgKDsDjplRIZVN2OgmY3zx9Iz bdQdGldOQczYcexx/uotV4plpoBTtq4hdtOT913Z3SxZ0WJNxL4yGNQCKJe0ux/kU6 I/+Z3wSg3i/7jINxrkvTsVGN3VP819CwJ4GdiiD8= Received: from FE-HUB1000.de.bosch.com (vsgw22.fe.internet.bosch.com [10.4.98.11]) by vsmta11.fe.internet.bosch.com (Postfix) with ESMTP id 13017238035C for ; Wed, 18 May 2016 13:21:07 +0200 (CEST) Received: from hi-z08if.hi.de.bosch.com (10.34.209.31) by FE-HUB1000.de.bosch.com (10.4.103.107) with Microsoft SMTP Server id 14.3.195.1; Wed, 18 May 2016 13:21:06 +0200 Received: from hi-z08if.hi.de.bosch.com (localhost [127.0.0.1]) by hi-z08if.hi.de.bosch.com (Postfix) with ESMTP id A7B35625EA9; Wed, 18 May 2016 13:19:10 +0200 (CEST) From: Dirk Behme To: Geert Uytterhoeven , Simon Horman , CC: Dirk Behme Subject: [PATCH v2 1/6] reset: Add renesas,rst DT bindings. Date: Wed, 18 May 2016 13:19:03 +0200 Message-ID: <1463570348-32349-2-git-send-email-dirk.behme@de.bosch.com> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1463570348-32349-1-git-send-email-dirk.behme@de.bosch.com> References: <1463570348-32349-1-git-send-email-dirk.behme@de.bosch.com> MIME-Version: 1.0 X-TM-AS-MML: disable X-TM-AS-Product-Ver: IMSS-7.1.0.1679-8.0.0.1202-22328.006 X-TMASE-MatchedRID: DtZlbWOVwNCGeTbGWdRz1nTnOygHVQpO1pnvzMqQcsbWq/euBTk954pb wG9fIuITLSHDQi/tZU+OEmLXxEuoAga1NXbjqus0ydRP56yRRA8rHkgIan9a0R9SRCBQ0G7SQHy vgtdvNw/3cuxjGnQlwIAy6p60ZV62fJ5/bZ6npdjGVuWouVipctXvIP5d1sb4nv4qx9B3lscaa4 yd7xvpiP75q0YfWF6CrNWGyOcJuxHhYZgpDdr/jKQwTnd1POd2NCj73qskA2sDHLwQxtoDGIISr dkIFqeuO4Y2dUBhL/BTBYT7RGXoWxJAEJH0NuHT9aAnbWsWzHc= Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven Add DT bindings for the Renesas R-Car Reset Controller Signed-off-by: Geert Uytterhoeven Signed-off-by: Dirk Behme --- .../devicetree/bindings/reset/renesas,rst.txt | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/renesas,rst.txt diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt new file mode 100644 index 0000000..5171fca --- /dev/null +++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt @@ -0,0 +1,29 @@ +DT bindings for the Renesas R-Car Reset Controller + +The R-Car Reset Controller provides reset control, and implements the following +functions: + - Register-based reset control for the various CPU cores, + - Latching of the levels on mode pins when PRESET# is negated, + - Mode monitoring register, + - Boot address registers for the various CPU cores. + + +Required properties: + - compatible: Should be "renesas,-rst", and "syscon". + Examples with soctypes are: + - "renesas,r8a7790-rst" (R-Car H2) + - "renesas,r8a7791-rst" (R-Car M2-W) + - "renesas,r8a7792-rst" (R-Car V2H + - "renesas,r8a7793-rst" (R-Car M2-N) + - "renesas,r8a7794-rst" (R-Car E2) + - "renesas,r8a7795-rst" (R-Car H3) + - "renesas,r8a7796-rst" (R-Car M3) + - reg: Address start and address range for the device. + + +Example: + + rst: reset-controller@e6160000 { + compatible = "renesas,r8a7795-rst", "syscon"; + reg = <0 0xe6160000 0 0x0200>; + };