From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E4A0C433F5 for ; Tue, 30 Nov 2021 13:56:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241869AbhK3OAE (ORCPT ); Tue, 30 Nov 2021 09:00:04 -0500 Received: from cpanel.siel.si ([46.19.9.99]:41882 "EHLO cpanel.siel.si" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229803AbhK3N76 (ORCPT ); Tue, 30 Nov 2021 08:59:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=norik.com; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:Message-ID:From:References:Cc:Subject:Sender:Reply-To:To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=U+vPSEQPYX8gP340qKGYbsQniEHCy1ogHkhFwcmSah8=; b=JrnFnS3HbIhAnE+4wthIXa6C3h 0Ds346gF2nf7MNQW+RIv6jAucGdH0dNIhAdAy7Jp6BihP2vTu1hmnz0pNS31xopD27S+3taHchJgR KUBzylj13vemud1wqWILhmxxhGZoVU+kuWDduD0jIB2zWseUw9KpHb84XVidc0mSWDGROecUCDiNi 11woojoCf2RAPiey3saA5OO5XKhzHj+Tu3KxkT8Vx3JaXaBUgyFl7qovk5vLblC4ukYwl5CTX2i3U A7I0hkLrXKRYLnpqJPCHicwzP01L9qQg54ssoxv88PTtsiQsEXK8iiHoDrtno3N0NpES6kUxb7Iwm rtH+M+pQ==; Received: from [89.212.21.243] (port=49996 helo=[192.168.69.215]) by cpanel.siel.si with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1ms3cX-003BJ3-Na; Tue, 30 Nov 2021 14:56:33 +0100 Subject: Re: [PATCH v2 4/4] ARM: dts: imx6: phycore-som: set watchdog timeout mode to shutdown Cc: support.opensource@diasemi.com, wim@linux-watchdog.org, linux@roeck-us.net, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org References: <20211130134242.3516619-1-andrej.picej@norik.com> <20211130134242.3516619-4-andrej.picej@norik.com> From: Andrej Picej Message-ID: <5808b9fd-8378-c348-0856-bec961b1ace1@norik.com> Date: Tue, 30 Nov 2021 14:56:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211130134242.3516619-4-andrej.picej@norik.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.siel.si X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - norik.com X-Get-Message-Sender-Via: cpanel.siel.si: authenticated_id: andrej.picej@norik.com X-Authenticated-Sender: cpanel.siel.si: andrej.picej@norik.com X-Source: X-Source-Args: X-Source-Dir: To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30. 11. 21 14:42, Andrej Picej wrote: > Enable system restart when the watchdog timeout occurs. > > Signed-off-by: Andrej Picej > --- > arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi > index a80aa08a37cb..743343e525cf 100644 > --- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi > @@ -111,6 +111,7 @@ da9062_onkey: onkey { > watchdog { > compatible = "dlg,da9062-watchdog"; > dlg,use-sw-pm; > + dlg,wdt-sd = <1>; > }; > > regulators { > Changes in v2: - new patch, enable shutdown mode for phytec-phycore (da9062 user) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BA22EC433F5 for ; Tue, 30 Nov 2021 13:58:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:Subject:Reply-To:To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=k1hDZvr0u0q/h4kvCdB/tXWvl7nJNTiQ3/TLfypiwG8=; b=rJ6atsNyjN5jFrps4gB+BSLjHa 0lCWqjsqsYIqZYxfu+TMdbxu2J7Nus5PUc1Fz/36teO/Kx6Eb0awE3xL+S542b4+EMIdMSLb9WThd 7+2Mc59V7fYKP4cKHDSdFVXytIruBpPUT+dcV/OXyuDuUur1ZNrJ9nv9/6QOMwjwKW4umekKRTaFG 8NRm5AhkxIsqRMnr7ObKJu3C4nAFIbZT2tnY8qegFcGzMliIZGHLdcA4Z1NOJv2Ma0MYfXHCoW7nX qJ8HFd7nBvabyvj2pKaDQvNYinIYNwkahRDv9wX17bSLHM5IF5yc5M5VDT0BOBtgg+Q5p0Do4kvog DitExG8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ms3cp-005RuU-Fa; Tue, 30 Nov 2021 13:56:51 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ms3cm-005Rs7-MV for linux-arm-kernel@bombadil.infradead.org; Tue, 30 Nov 2021 13:56:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:Subject:Sender: Reply-To:To:Content-ID:Content-Description; bh=U+vPSEQPYX8gP340qKGYbsQniEHCy1ogHkhFwcmSah8=; b=jXW44G1wUvS7Erk8749LSzut/f 63oCpcxjI/DK+eiutb4woBGFqXQsZk6K8yzgy/4lFT5vqxK/LgK3IhncdiDjf2P+Rd6S9zvBzeCtg qOLuCukk2RoAnyUNQ8C+UlINO4Ih+EErG2L7e6g6zXYNW00cLbSC5IpN9ZafizXjiDqWymQXPhsXP Ylo3rsQnWULPi6Rp5vzuoPoXNXHH7ZdUQC+bF3GMKnJP2MSv0mReYZYjyHl+QGNZWEZHfbGGxkxb3 RuWHLRw/ObBGUD1cHE1nIKw0FmtLlyegLaZUcLH18l9A14ozAxPER490o0DBH3lPE+E89U3qmTwK4 nXmjGt9Q==; Received: from cpanel.siel.si ([46.19.9.99]) by casper.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ms3ci-00CTvR-HZ for linux-arm-kernel@lists.infradead.org; Tue, 30 Nov 2021 13:56:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=norik.com; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:Message-ID:From:References:Cc:Subject:Sender:Reply-To:To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=U+vPSEQPYX8gP340qKGYbsQniEHCy1ogHkhFwcmSah8=; b=JrnFnS3HbIhAnE+4wthIXa6C3h 0Ds346gF2nf7MNQW+RIv6jAucGdH0dNIhAdAy7Jp6BihP2vTu1hmnz0pNS31xopD27S+3taHchJgR KUBzylj13vemud1wqWILhmxxhGZoVU+kuWDduD0jIB2zWseUw9KpHb84XVidc0mSWDGROecUCDiNi 11woojoCf2RAPiey3saA5OO5XKhzHj+Tu3KxkT8Vx3JaXaBUgyFl7qovk5vLblC4ukYwl5CTX2i3U A7I0hkLrXKRYLnpqJPCHicwzP01L9qQg54ssoxv88PTtsiQsEXK8iiHoDrtno3N0NpES6kUxb7Iwm rtH+M+pQ==; Received: from [89.212.21.243] (port=49996 helo=[192.168.69.215]) by cpanel.siel.si with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1ms3cX-003BJ3-Na; Tue, 30 Nov 2021 14:56:33 +0100 Subject: Re: [PATCH v2 4/4] ARM: dts: imx6: phycore-som: set watchdog timeout mode to shutdown Cc: support.opensource@diasemi.com, wim@linux-watchdog.org, linux@roeck-us.net, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org References: <20211130134242.3516619-1-andrej.picej@norik.com> <20211130134242.3516619-4-andrej.picej@norik.com> From: Andrej Picej Message-ID: <5808b9fd-8378-c348-0856-bec961b1ace1@norik.com> Date: Tue, 30 Nov 2021 14:56:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211130134242.3516619-4-andrej.picej@norik.com> Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel.siel.si X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - norik.com X-Get-Message-Sender-Via: cpanel.siel.si: authenticated_id: andrej.picej@norik.com X-Authenticated-Sender: cpanel.siel.si: andrej.picej@norik.com X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211130_135645_377308_61EE5DEF X-CRM114-Status: GOOD ( 13.14 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 30. 11. 21 14:42, Andrej Picej wrote: > Enable system restart when the watchdog timeout occurs. > > Signed-off-by: Andrej Picej > --- > arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi > index a80aa08a37cb..743343e525cf 100644 > --- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi > @@ -111,6 +111,7 @@ da9062_onkey: onkey { > watchdog { > compatible = "dlg,da9062-watchdog"; > dlg,use-sw-pm; > + dlg,wdt-sd = <1>; > }; > > regulators { > Changes in v2: - new patch, enable shutdown mode for phytec-phycore (da9062 user) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel