From patchwork Tue Jun 13 01:14:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keiji Hayashibara X-Patchwork-Id: 103682 Delivered-To: patch@linaro.org Received: by 10.140.91.77 with SMTP id y71csp179689qgd; Mon, 12 Jun 2017 18:15:33 -0700 (PDT) X-Received: by 10.98.79.25 with SMTP id d25mr45785155pfb.130.1497316532919; Mon, 12 Jun 2017 18:15:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1497316532; cv=none; d=google.com; s=arc-20160816; b=v/zQWYSkT6xJ+tZVHfV4HRTJFxJum+TWa/enSlk7u1lc+DcqsOQGl/vTs4TrFNxB6o lVFAU/JXvX87zXJMtvGQ19jO0304Mq5SML65sCUFmJ2uJPlS455EOQfUfT3UbccIdJDm 3Ywa4sN3DYXm7sOVHQQyNB8rCZUMlSVIVhIPDscxziyWSkbhtwdyo1JYqjO9nAiEY1Vo 3AmV3mMz80/pEE+VGXtXfm4NBX8c5D36Qxuz7o1mqKvTTiLgXAcd00kgH8dyBCZsKOE7 WE/+r75tMg4OnfzMOFgFCtrJkl2MBuv2wUokk13fud/rA0DgFomVGiAVlEn2K0dFUlfO Ulog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=tUFZCKcO7xao1nXWhwUUja6WyW6kE1DLNZyM+ek2Xp4=; b=aGyZ0Qb+XBm+lwkMKT7lQB8BqVNzIlMgJ0JAsuaRS02FYFJJGoDp4L9Vvb/heFdpt1 VgpNZFLYMZE8lZ1+x610hkMcTGC3F0TnFIVwMc4LeFSidCa+xI6alZ5Na/xN6DiKShSL PF4AL/i2fhnnjCn94Zi5N0bjw5vtVZJMUCqmmrYdHaENbDXUx6wvTOCorcypMKgxo+/R HSiSB7mzelAxBjTzvoKGW+wVBhKL1tQvWviF07p40h05mSlW4y0hdO848Xrc3RlHglIJ yRE3hEWN0NaIPowinoGM5tuYZBdBcfabYTjLv6HtLUc7Z4nXOYkQTwEZFpAusZJLfKJ9 jJ6Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s129si214861pgc.407.2017.06.12.18.15.32; Mon, 12 Jun 2017 18:15:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753355AbdFMBPO (ORCPT + 25 others); Mon, 12 Jun 2017 21:15:14 -0400 Received: from mx.socionext.com ([202.248.49.38]:7097 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753231AbdFMBPM (ORCPT ); Mon, 12 Jun 2017 21:15:12 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 13 Jun 2017 10:15:06 +0900 Received: from mail.mfilter.local (unknown [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 19D741810FC; Tue, 13 Jun 2017 10:15:06 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 13 Jun 2017 10:15:06 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 552B91A1209; Tue, 13 Jun 2017 10:15:05 +0900 (JST) From: Keiji Hayashibara To: wim@iguana.be, linux@roeck-us.net Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, yamada.masahiro@socionext.com, hayashi.kunihiko@socionext.com, owada.kiyoshi@socionext.com, Keiji Hayashibara Subject: [PATCH V3 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller Date: Tue, 13 Jun 2017 10:14:57 +0900 Message-Id: <1497316499-22254-2-git-send-email-hayashibara.keiji@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1497316499-22254-1-git-send-email-hayashibara.keiji@socionext.com> References: <1497316499-22254-1-git-send-email-hayashibara.keiji@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add uniphier-wdt dt-bindings documentation. Signed-off-by: Keiji Hayashibara --- .../devicetree/bindings/watchdog/uniphier-wdt.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt -- 2.7.4 diff --git a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt new file mode 100644 index 0000000..bf63375 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt @@ -0,0 +1,20 @@ +UniPhier watchdog timer controller + +This UniPhier watchdog timer controller must be under sysctrl node. + +Required properties: +- compatible: should be "socionext,uniphier-wdt" + +Example: + + sysctrl@61840000 { + compatible = "socionext,uniphier-ld11-sysctrl", + "simple-mfd", "syscon"; + reg = <0x61840000 0x4000>; + + watchdog { + compatible = "socionext,uniphier-wdt"; + } + + other nodes ... + };