From patchwork Thu May 26 07:51:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9136743 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 DAFDA6075C for ; Thu, 26 May 2016 07:53:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC38C282E8 for ; Thu, 26 May 2016 07:53:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B0FA0282F2; Thu, 26 May 2016 07:53:01 +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.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID 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 6E1AD282E8 for ; Thu, 26 May 2016 07:53:01 +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 1b5q6H-0006va-4u; Thu, 26 May 2016 07:53:01 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5q5y-0006n9-HI for linux-amlogic@lists.infradead.org; Thu, 26 May 2016 07:52:43 +0000 Received: by mail-wm0-x231.google.com with SMTP id n129so213483642wmn.1 for ; Thu, 26 May 2016 00:52:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=qYnZygthnAP8lqTUUCGIbj3UqZLeD4cmOFKDCjWYXa8=; b=RcStNEMt1HLlCq5i8Ouy8PS16QfF1sLex4hSBBZBSZ6h5MrD4kEHPJCkJYUU+G6+il 6Fhiabxn70BFWxS3WfTzWVX7YFEeHHbxA9LZ8/fyCepGWtf+kE4sAEw/mPDcwTRhwHIy 23KmEsup81ZuB+qrIKACWeI5e2N5fdJgp3ofxcbnll4XWyZbPK329UtacpiiLHGQPqff /DS/HWObMItb6/jhYmQK6x/NcWjP2DQHe2QHDqsHbATk/Jhb79EigAeP0X5htgaE6cTb qO3W6aCtaI+VayAj7Fek8E0E1pVmom7NtJkSvp2Fum+/YKgguQE8nNYfHfxEwRYKuGa0 HzUg== 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=qYnZygthnAP8lqTUUCGIbj3UqZLeD4cmOFKDCjWYXa8=; b=f/4pyVZjqnx3WmVtXf3UvTWVZO+hgU7lT+r3CXxgd/ZlqyzdmfuNHI5IXh6bGPkhFV xRZkiOPZjEkSjuy+a8ebgzFlXxAn11VNHA/ydo6OoQ+rkhmprnm4Zcbd/JIBQdXFxjGC JKyUm3ZWNoQgswCCbgOmIvoyTI7i/jI9Bq1nUCB7rBLwKO1JCe3X3sht6vNq8EdBH6IZ fWbkCQGLmTIssgdPzAZF7E3Xnc2NAmekDEcKMNtW4Iwe1CEN+soqBi8hovrnzGW3+33Y 8ZmXAIdqSFH4IzT7p6nOmxTsgWIQ6k55Xg83UBPvrPP3hfh0pgT52r1ovAev0uYXyII8 PUVw== X-Gm-Message-State: ALyK8tKca90RD4Wdf+bNGJ5AA+4PUAi5nQ/AQayQmoibJlsJ4ZUgZ6rrpTuvAuyNJIp5Pl5n X-Received: by 10.194.51.8 with SMTP id g8mr7818509wjo.15.1464249141153; Thu, 26 May 2016 00:52:21 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id w9sm2077944wme.19.2016.05.26.00.52.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 26 May 2016 00:52:20 -0700 (PDT) From: Neil Armstrong To: Wim Van Sebroeck , Guenter Roeck , devicetree@vger.kernel.org Subject: [RFC PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Date: Thu, 26 May 2016 09:51:51 +0200 Message-Id: <1464249112-13658-3-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464249112-13658-1-git-send-email-narmstrong@baylibre.com> References: <1464249112-13658-1-git-send-email-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160526_005242_793273_1BFE3CF4 X-CRM114-Status: GOOD ( 11.06 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-amlogic@lists.infradead.org, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Neil Armstrong MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Neil Armstrong --- .../devicetree/bindings/watchdog/meson-gxbb-wdt.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt diff --git a/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt new file mode 100644 index 0000000..d06c0a0 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt @@ -0,0 +1,13 @@ +Meson GXBB SoCs Watchdog timer + +Required properties: + +- compatible : should be "amlogic,meson-gxbb-wdt" +- reg : Specifies base physical address and size of the registers. + +Example: + +wdt: watchdog@98d0 { + compatible = "amlogic,meson-gxbb-wdt"; + reg = <0 0x98d0 0x0 0x10>; +};