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 897D3C433F5 for ; Fri, 10 Dec 2021 21:12:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233487AbhLJVPu (ORCPT ); Fri, 10 Dec 2021 16:15:50 -0500 Received: from mail-ot1-f46.google.com ([209.85.210.46]:36669 "EHLO mail-ot1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232957AbhLJVPs (ORCPT ); Fri, 10 Dec 2021 16:15:48 -0500 Received: by mail-ot1-f46.google.com with SMTP id w6-20020a9d77c6000000b0055e804fa524so10906373otl.3; Fri, 10 Dec 2021 13:12:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0hJgzETDIdKVM7uHj3dj5GcAkRRZ6sKwa6wgFkGEWGA=; b=c5bKv+icEN9xwJPmAW0XPYcnaIRb8PTHIRf/R5jss89eSqIbi060On2yYwtrPnOfvB 8CoxzX6zYHYtOSNFcfjXAW16eVgBe3xYjgeqgWMT5ZuSARKSFdjMJEvlf9keBBsH+Auz JMW+7tAClSFQ2N/WbjnX4NFoKGXWkTHeRnsSEfjfYxT4qGSBDey+uDce9D7rPKGgRM/L DwKSolDns/GXNgmHqrARanXTVlzCSlCXPY/WL0F8ulQgW0NkBosQFWT9rG/J602Nol9A kkK3GSwQ4o1tcl9rVnA8s2qWt0z+zGyw1diwq3RuRuh5cqSGQ8xFj3mRG6xYb+vJVA7G eLSQ== X-Gm-Message-State: AOAM530H1rZCEFujwQtFXaJE7Prl/rCmUKEsdjhxVVHMsOf2kvjibnfJ uSah/8o7cBifj4ZqiW+V+ofGWvTsNg== X-Google-Smtp-Source: ABdhPJwjCSZ1SBdQUyVJrnEL1oj0zInKeF/peJSbc/ZqiK4fpnwzu2V5o7tVpmzmRIsAPFtWIiRTMA== X-Received: by 2002:a9d:2085:: with SMTP id x5mr13169150ota.228.1639170733015; Fri, 10 Dec 2021 13:12:13 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id e16sm739611ook.38.2021.12.10.13.12.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Dec 2021 13:12:12 -0800 (PST) Received: (nullmailer pid 1906126 invoked by uid 1000); Fri, 10 Dec 2021 21:12:11 -0000 Date: Fri, 10 Dec 2021 15:12:11 -0600 From: Rob Herring To: Andrej Picej Cc: support.opensource@diasemi.com, cniedermaier@dh-electronics.com, linux-kernel@vger.kernel.org, linux@roeck-us.net, devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, wim@linux-watchdog.org, kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, festevam@gmail.com Subject: Re: [PATCH v5 4/5] dt-bindings: watchdog: da9062: add watchdog timeout mode Message-ID: References: <20211206064732.280375-1-andrej.picej@norik.com> <20211206064732.280375-4-andrej.picej@norik.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211206064732.280375-4-andrej.picej@norik.com> Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Mon, 06 Dec 2021 07:47:31 +0100, Andrej Picej wrote: > Document the watchdog timeout mode property. If this property is used > the user can select what happens on watchdog timeout. Set this property > to 1 to enable SHUTDOWN (the device resets), set it to 0 and the device > will go to POWERDOWN on watchdog timeout. > > If this property is not set, don't touch the WATCHDOG_SD bit and leave > the configuration to OTP. This way backward compatibility is not broken. > > Signed-off-by: Andrej Picej > --- > Changes in v5: > - no changes > > Changes in v4: > - no changes > > Changes in v3: > - add note about using the default OTP setting if this DT binding is > not specified > > Changes in v2: > - new patch, document new DT binding > --- > Documentation/devicetree/bindings/watchdog/da9062-wdt.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring 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 2FF64C433EF for ; Fri, 10 Dec 2021 21:13:52 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JZkN8CkelJbBY1suA4An17k6orLei06rTadT6fqfk9g=; b=lMJsyQkZFowDvW pKj3DLbKW/qQrhsCnHvyW5T7E8WcZsqPD2ERp/lZ1cQvh5bMspvL0/DIhw/EX7YsFQOd+lafXQKg5 rri39pcA9rXfKCD8q9vwG5g/Lt2FHEtnFClUyEgq9dKzpxCiXXVsFwDVYtzXwyehFJXgoUcQ9dvZX 9N6wPoE8YwrUzzCflepvGolwgEGWYp9SqDU/fT+81PDUwnU2oGLKK1fW6CSRCS31LlY0CzNOr93PL DN7qUaCwgxKvA6Rgm5bZcb6+qia1P+ainleze7hoDrPUowiqZHLa9Xp2CicoRJ/1Ezt7R7PwJ70mr k506wyabDKJk1CiXPgpw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvnBh-003pm5-RU; Fri, 10 Dec 2021 21:12:18 +0000 Received: from mail-ot1-f54.google.com ([209.85.210.54]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvnBd-003plE-Sc for linux-arm-kernel@lists.infradead.org; Fri, 10 Dec 2021 21:12:15 +0000 Received: by mail-ot1-f54.google.com with SMTP id n104-20020a9d2071000000b005799790cf0bso10904062ota.5 for ; Fri, 10 Dec 2021 13:12:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0hJgzETDIdKVM7uHj3dj5GcAkRRZ6sKwa6wgFkGEWGA=; b=Klxq9cCoohRkGoXoXw282skam5SFSq8/NaQiNaHwMqNwQfit0fQPd7bY3kN+ZUluUV /7yOv57N7y2/IJgPWhv7bPlxDp+qqinwHQXJFbHiMpkfiApLhsc6NYLTNC9AapmQE8GN 8x6xAcPrR4BlB+Jz1La6gfMT2AATzR28Fs/V3Gcp8LpbjKGOMtqLpVEGtsan/JmDoxkC tj0ixdSUn231AlW78eP/FO/2kYzvVvMC3n5zPrvvtp043+iEZfypBDTgBcDajeW8EeCg AUhWDwHjH56XqAz/Y0lzkKeY1hNnzEhB+4k9YKvQgDn2iyOz1gQIdNyNPqdVUhRo/ExI OI/Q== X-Gm-Message-State: AOAM530Ly/L4BPtTJW8DAo+xkbIXwd3BluivsY6BQrR0kLFihxW4BLS/ rfhdqMOcSUKaGUqOUht1NA== X-Google-Smtp-Source: ABdhPJwjCSZ1SBdQUyVJrnEL1oj0zInKeF/peJSbc/ZqiK4fpnwzu2V5o7tVpmzmRIsAPFtWIiRTMA== X-Received: by 2002:a9d:2085:: with SMTP id x5mr13169150ota.228.1639170733015; Fri, 10 Dec 2021 13:12:13 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id e16sm739611ook.38.2021.12.10.13.12.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Dec 2021 13:12:12 -0800 (PST) Received: (nullmailer pid 1906126 invoked by uid 1000); Fri, 10 Dec 2021 21:12:11 -0000 Date: Fri, 10 Dec 2021 15:12:11 -0600 From: Rob Herring To: Andrej Picej Cc: support.opensource@diasemi.com, cniedermaier@dh-electronics.com, linux-kernel@vger.kernel.org, linux@roeck-us.net, devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, wim@linux-watchdog.org, kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, festevam@gmail.com Subject: Re: [PATCH v5 4/5] dt-bindings: watchdog: da9062: add watchdog timeout mode Message-ID: References: <20211206064732.280375-1-andrej.picej@norik.com> <20211206064732.280375-4-andrej.picej@norik.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211206064732.280375-4-andrej.picej@norik.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211210_131214_034894_01253554 X-CRM114-Status: GOOD ( 16.60 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 06 Dec 2021 07:47:31 +0100, Andrej Picej wrote: > Document the watchdog timeout mode property. If this property is used > the user can select what happens on watchdog timeout. Set this property > to 1 to enable SHUTDOWN (the device resets), set it to 0 and the device > will go to POWERDOWN on watchdog timeout. > > If this property is not set, don't touch the WATCHDOG_SD bit and leave > the configuration to OTP. This way backward compatibility is not broken. > > Signed-off-by: Andrej Picej > --- > Changes in v5: > - no changes > > Changes in v4: > - no changes > > Changes in v3: > - add note about using the default OTP setting if this DT binding is > not specified > > Changes in v2: > - new patch, document new DT binding > --- > Documentation/devicetree/bindings/watchdog/da9062-wdt.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel