From patchwork Wed May 24 06:34:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keiji Hayashibara X-Patchwork-Id: 100417 Delivered-To: patch@linaro.org Received: by 10.140.96.100 with SMTP id j91csp136226qge; Tue, 23 May 2017 23:45:43 -0700 (PDT) X-Received: by 10.99.98.66 with SMTP id w63mr36438237pgb.223.1495608343848; Tue, 23 May 2017 23:45:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1495608343; cv=none; d=google.com; s=arc-20160816; b=JMZWsP6/ceZtt2JkV8oxM7MfcjoMFrIYCEM8CyvYTbKKLZGrvcXzKBUoEfEF6cAbl2 Gppt3Mc2McajCC5YQKKwWQtu6Zle7K4f9XirAH4xrudCBsOToQ3NmTLG5rOoRLW7xz8p RrC2BjwWL9y0dsMrt9/XdJIjlmvg3xss0MK6aSIN2/xoJ0mXonPh2iSll6SFyW5Sbe0V gF8Z9JhOmlwqwvA9aVASSgZMt+I8ySLSro/dZs0k9JNziS+FS2roMpyCOcO+D9suSC8+ q08ql0ltSN3vhHHXMrr5oYF8gfIpkwhzQWvj1OlPLmW9Z8aemLhp1DDdwsyOxSUCh52k JAgQ== 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=o+rr9/BZFIbSMnBPI6eKNA63CIo09vr6BXGyDc2MI2Q=; b=0ACKCeJjYi7Y22qF6ec9jWTPBUCjJZSFS2KIuSKuqlkvwUX85GHcuzti/VUAzkFevO bdOb26FGi5z6w/Kha/0TQq/b7DWfru4xm7n+bP0lQtLD6atd45n5bAAwqRHgo2FFYCvr TVAf9yBvhXdjwyylxG6jImbNhi5gp58NeX2JG+emZ9TO9zrRwxYS6MUti4YnoiDRM1O6 V4k+Ga1knYIXwd5eja6laRKs0d5y+4vfCmpNZcvYwZfZlRJOKVWd4tf+tUSdcwtjpiJZ //21v5rek9OxNsfqrPqJ0qd+ksVwee6T/3dJsowOUf+X2owP6qky9fSeF+4XVDDQz0Wh Ns8Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-watchdog-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-watchdog-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 88si8786729plb.310.2017.05.23.23.45.43 for ; Tue, 23 May 2017 23:45:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-watchdog-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-watchdog-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-watchdog-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938475AbdEXGpX (ORCPT ); Wed, 24 May 2017 02:45:23 -0400 Received: from mx.socionext.com ([202.248.49.38]:58383 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938474AbdEXGpV (ORCPT ); Wed, 24 May 2017 02:45:21 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 24 May 2017 15:35:23 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id C75BE180C03; Wed, 24 May 2017 15:35:23 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Wed, 24 May 2017 15:35:23 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 64B591A1207; Wed, 24 May 2017 15:35:23 +0900 (JST) From: Keiji Hayashibara To: wim@iguana.be, linux@roeck-us.net Cc: linux-watchdog@vger.kernel.org, linux-kernel@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 2/2] arm64: dts: uniphier: add watchdog node for LD11 and LD20 Date: Wed, 24 May 2017 15:34:52 +0900 Message-Id: <1495607692-657-3-git-send-email-hayashibara.keiji@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1495607692-657-1-git-send-email-hayashibara.keiji@socionext.com> References: <1495607692-657-1-git-send-email-hayashibara.keiji@socionext.com> Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Add nodes of watchdog timer for UniPhier LD11 and LD20 SoC. The watchdog timer is included in sysctrl. Signed-off-by: Keiji Hayashibara --- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 4 ++++ arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 4 ++++ 2 files changed, 8 insertions(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index da881f5..a3205dc 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi @@ -393,6 +393,10 @@ compatible = "socionext,uniphier-ld11-reset"; #reset-cells = <1>; }; + + sys_wdt: watchdog { + compatible = "socionext,uniphier-wdt"; + }; }; }; }; diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index a6b3a70..cd08a61 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi @@ -417,6 +417,10 @@ compatible = "socionext,uniphier-ld20-reset"; #reset-cells = <1>; }; + + sys_wdt: watchdog { + compatible = "socionext,uniphier-wdt"; + }; }; }; };