From patchwork Fri Jul 25 13:23:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 4622861 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 09E7CC0338 for ; Fri, 25 Jul 2014 13:27:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 21C0120204 for ; Fri, 25 Jul 2014 13:27:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 24E86201F4 for ; Fri, 25 Jul 2014 13:27:10 +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 1XAfUY-0003Cg-Uy; Fri, 25 Jul 2014 13:24:58 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XAfUI-0002uv-PX for linux-arm-kernel@lists.infradead.org; Fri, 25 Jul 2014 13:24:44 +0000 Received: by mail-wg0-f49.google.com with SMTP id k14so4186917wgh.8 for ; Fri, 25 Jul 2014 06:24:20 -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:in-reply-to :references; bh=WCuZ86hYlSHjsc2aBfmkf5J68pUJPgNrjauw2DPQ+5k=; b=YeqrrzpEWD6LJdWbxxZAzQP7aN4aLQG5Uk8dea2c7nvZr4L6FpV0U3Ca+LVvXxXepd lj/ZzuIwQ7I9WfVvd/kB5/LyrTjSP2jznw370UbFl0x4xo4pBJ4Y2QT4f/D5c3ezsNLT k1IB/aGMo6TA0oI1uiLV1vQwxbQA1u892MF43RUTcX9ZJf4Spze2/vLM2lN3zw1iCjQs CKzWOJhcCqi9dD5enOOkhQRmhDqDYje/RSHFEwTxTfCd68hFZqX8U3v5aLeuFxN7FfcA t7KG3J5gtCIJq29YaLK2zdesqrYwtbpbzdJ8AZwzNFy6WKgmvniehsbI0jyXjOAHXdSq +URA== X-Gm-Message-State: ALoCoQlr6E8aZy4zPcnIqo5fhtzCahxelnPqPIo9HMZhUPcU4yKrsrYLNoSoA++mgnszHU7kVFOA X-Received: by 10.194.157.195 with SMTP id wo3mr4059114wjb.130.1406294660236; Fri, 25 Jul 2014 06:24:20 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id wu6sm25249997wjb.46.2014.07.25.06.24.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 06:24:19 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH 4/6] power: reset: DT bindings for the Versatile reset driver Date: Fri, 25 Jul 2014 15:23:46 +0200 Message-Id: <1406294628-16079-5-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1406294628-16079-1-git-send-email-linus.walleij@linaro.org> References: <1406294628-16079-1-git-send-email-linus.walleij@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140725_062442_994069_3A6D2C41 X-CRM114-Status: GOOD ( 12.71 ) X-Spam-Score: -0.7 (/) Cc: Mark Rutland , Rob Herring , Arnd Bergmann , Pawel Moll , Marc Zyngier , Linus Walleij , Will Deacon , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, 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 This adds the device tree bindings for the Versatile reset driver. Cc: devicetree@vger.kernel.org Cc: Sebastian Reichel Cc: Dmitry Eremin-Solenikov Cc: David Woodhouse Signed-off-by: Linus Walleij --- .../devicetree/bindings/reset/arm-versatile-reboot.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt diff --git a/Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt b/Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt new file mode 100644 index 000000000000..fabb6cddf333 --- /dev/null +++ b/Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt @@ -0,0 +1,18 @@ +ARM Versatile Family Reboot bindings + +Required nodes: + +- compatible: must be one of these to identify the system: + "arm,realview-eb-reboot" + "arm,realview-pb1176-reboot" + "arm,realview-pb11mp-reboot" + "arm,realview-pba8-reboot" + "arm,realview-pbx-reboot" +- regmap : a phandle to a syscon node containing a regmap + +Example: + +reboot: reboot@0x40 { + compatible = "arm,realview-pb1176-reboot"; + regmap = <&syscon>; +};