From patchwork Fri Jun 3 08:36:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9152217 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 ED91260221 for ; Fri, 3 Jun 2016 08:37:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF66527BFA for ; Fri, 3 Jun 2016 08:37:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D3FE128328; Fri, 3 Jun 2016 08:37:31 +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 E5FFA27BFA for ; Fri, 3 Jun 2016 08:37:30 +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 1b8kbi-0005nf-1H; Fri, 03 Jun 2016 08:37:30 +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 1b8kbX-0005hj-Rl for linux-amlogic@lists.infradead.org; Fri, 03 Jun 2016 08:37:21 +0000 Received: by mail-wm0-x22d.google.com with SMTP id a136so264985108wme.0 for ; Fri, 03 Jun 2016 01:37:01 -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=scl/Oc2Xa3R+rgVpepRTuOVxjtHP8RPyfXM6ydn2LuY=; b=hLkuslaDruM57rNdj2VmPLZ9rmXZduL+pjeFLDeIgFuRRd5fMRPOrOP8S9l9jC2H7G AgyxCBTXymUpMEJ6mZW3mAOteS//qb5VAdFpR4n4bDmBV+IULIIwYq8gL2wPAgDykclL 4M8y0ajcC3WODjub/VMfiVw2uBsnw/N+lin3mZ4IRxM+Kh8Ji/3RljRC/iI/YKqKWDwy 6WPquDLX5/VXU08emQ3yk5BiI/XaVphCeHuB38u8qZ7S9NN+4j+CeCubAlsiiXzqKcZv o+ydtpoCoTbwqbDvsQUAFGCFr4wBJruZMIk9dHCcx2K8VmtmZNTs7be0gG/LkKuE34zk 90Qg== 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=scl/Oc2Xa3R+rgVpepRTuOVxjtHP8RPyfXM6ydn2LuY=; b=FmAhq2fvxUkFu4/7660/e8rVd0sIiMQdxnfi24dWZt3rAtx67y+jsvR8lZYaZ0cBv9 iU4WY0If5Y9mLyEeOeimzFLbd4hrqksOq3y8CqmKWG4Pd06OtmX5T/kBFC1EEayOXXZl sUt1fdV5Lgal9+I5m8hKevuoUhZM7i1mKxNJMp6gZIbGe/NsOfdjFwPsHJcocRGHzIzK /mofvw61mTs/uBLtEALUkcPmOYHwF4L4zmIBn+bOJ8dOIc/Z0v7keuShh7FQGPTTLd3q YSuR6q+Y9Kw0NkN2uaafEBrpEY1c8H3h+sqLv8oSdyhWCfl/GCZyCngN/n0dIsulqxmm PcfA== X-Gm-Message-State: ALyK8tJm2IqlNGwPmU/hK8NNqmBGPQaC/qNFhV/qLUq1+e0gvz1IYoUonNqneu4+rlx3CiE/ X-Received: by 10.28.152.136 with SMTP id a130mr2680817wme.60.1464943020004; Fri, 03 Jun 2016 01:37:00 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id b189sm5233758wmh.5.2016.06.03.01.36.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 03 Jun 2016 01:36:59 -0700 (PDT) From: Neil Armstrong To: Wim Van Sebroeck , Guenter Roeck , devicetree@vger.kernel.org Subject: [PATCH v2 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Date: Fri, 3 Jun 2016 10:36:46 +0200 Message-Id: <1464943007-18000-3-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464943007-18000-1-git-send-email-narmstrong@baylibre.com> References: <1464943007-18000-1-git-send-email-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160603_013720_087174_A0F047DC X-CRM114-Status: GOOD ( 11.32 ) 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 Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- .../devicetree/bindings/watchdog/meson-gxbb-wdt.txt | 16 ++++++++++++++++ 1 file changed, 16 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..c7fe36f --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt @@ -0,0 +1,16 @@ +Meson GXBB SoCs Watchdog timer + +Required properties: + +- compatible : should be "amlogic,meson-gxbb-wdt" +- reg : Specifies base physical address and size of the registers. +- clocks : Should be a phandle to the Watchdog clock source, for GXBB the xtal + is the default clock source. + +Example: + +wdt: watchdog@98d0 { + compatible = "amlogic,meson-gxbb-wdt"; + reg = <0 0x98d0 0x0 0x10>; + clocks = <&xtal>; +};