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: 9136751 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 CD5FE6075C for ; Thu, 26 May 2016 07:54:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BEB9527EE9 for ; Thu, 26 May 2016 07:54:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B3862282F0; Thu, 26 May 2016 07:54:06 +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 48C4E27EE9 for ; Thu, 26 May 2016 07:54:06 +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 1b5q6A-0006sf-Ae; Thu, 26 May 2016 07:52:54 +0000 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5q5x-0006n8-ME for linux-arm-kernel@lists.infradead.org; Thu, 26 May 2016 07:52:42 +0000 Received: by mail-wm0-x22d.google.com with SMTP id n129so213483630wmn.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=Y5Pw/QbI7Hk0fiIdsByA+RL3ac++aw6nMrKGLKNwQYIoCoa6kv6YzjmAFTvCN6Sx+F 0U8rqCOP96rt3TGbA4VARu0Vz9m6XFT+O1jigmoYMcPgDYGhPQNM611gVwwbZCYF/TlR jinG8NoS/vK6lh1S08qhiZtOz0PZX4Bcr4p1wNqv3kp8j1T7fgTHHJde48VkRR88UWIl h/ETOsXXRlOMPtRcRAREiE0K0jj3TIWeRJDCgBY3jHiTBdf9+Hd9PkTLTqCN0/yVWONf j9L5kJ6qgfIg8XfC0nNlVif0y281a+dpi4egY24EL2cieJ2S8ejg3C+YmXqgagBeiJGE Epaw== X-Gm-Message-State: ALyK8tKYeKhuwTe+blxwceiHtxKxOaE/mT12xZe1tSWhus404FrX8XONur2r/F5cs8/MkJ/6 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_005241_875439_47936F7F X-CRM114-Status: GOOD ( 12.50 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=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>; +};