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 DA4BEC433FE for ; Wed, 1 Dec 2021 07:05:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347100AbhLAHJA (ORCPT ); Wed, 1 Dec 2021 02:09:00 -0500 Received: from cpanel.siel.si ([46.19.9.99]:40652 "EHLO cpanel.siel.si" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347093AbhLAHI5 (ORCPT ); Wed, 1 Dec 2021 02:08:57 -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:To:Subject:Sender:Reply-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=0HHMdY7fH0VJJ8PY9BgTfcGDckAtgaxqMGwy0bZ1jWA=; b=IiC1fVHbnhjVsbphiyWNRppGL6 SbfcGMptqAziTVkRHCv4ADFPkY6LhEV8DNuNip7EIErX4/8lellSeqUXWb/xlOk2lPDBSTgSfxXi1 54DW88/zTkLzeGn0pFNi6SUWt8usRwhcNMluz3Nq3qtBHNxpw38RxI3RJySUVJ/py9iKEnfsTs8Wi A5oxr0OnfsPG0CqWUFhfGI4zdaCQozc5jU3HbUsScV4c+JRIa9b1DVd0/bXS5I0L9xWgirfU+KLvK iNRC5yRp0FFVRPfmPgulcBs5oKUtOoMJfUBGv0vQvFLx4afrDsS5fvWS+uUNt1uVqwGzRj+1tJn32 e5Uu0rWA==; Received: from [89.212.21.243] (port=58890 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 1msJgE-007VqG-KX; Wed, 01 Dec 2021 08:05:33 +0100 Subject: Re: [PATCH v2 3/4] dt-bindings: watchdog: da9062: add watchdog timeout mode To: Guenter Roeck , Adam Thomson Cc: Support Opensource , "wim@linux-watchdog.org" , "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-3-andrej.picej@norik.com> <4591cdd6-9a7b-cd1d-817d-8950c8976d10@roeck-us.net> <8257f965-7f0f-f513-9d86-e43baf010967@roeck-us.net> From: Andrej Picej Message-ID: <180e8f8e-f31c-fa80-ef64-24758a634abf@norik.com> Date: Wed, 1 Dec 2021 08:05:35 +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: <8257f965-7f0f-f513-9d86-e43baf010967@roeck-us.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1. 12. 21 08:01, Guenter Roeck wrote: > On 11/30/21 10:42 PM, Andrej Picej wrote: >> >> On 30. 11. 21 18:46, Adam Thomson wrote: >>> On 30 November 2021 16:40, Guenter Roeck wrote: >>> >>>>>> Why does it need a value ? Why not just bool ? >>>>> >>>>> One argument might be that if the property isn't provided then the OTP >>>>> configured value can persist without needing a FW change around >>>>> this DT >>>> binding. >>>>> >>>>> My belief though is that the majority of users would have this >>>>> property set to 0 >>>>> by default in OTP, so a boolean would be OK I think here to enable >>>>> watchdog >>>>> shutdown. >>>>> >>>> >>>> Sorry, you lost me. >>>>     dlg,wdt-sd = <0>; >>>> is the current situation, and identical to not having the property in >>>> the first place. >>>>     dlg,wdt-sd = <1>; >>>> is new. I don't see the difference to >>>>     dlg,wdt-sd; >>>> vs. not having the property at all (which is, again, the current >>>> situation). >>>> Since it has to be backward compatible, >>>>     dlg,wdt-sd = <0>; >>>> will always be identical to not having the property at all. >>>> I can not find a situation where an integer would have any benefits >>>> over a >>>> boolean. >>> >>> So if you have a binary DT binding, it's either there or it isn't >>> which implies >>> the bit to be set to 0/1 in this case. If you have a binding which >>> has a value, >>> there can be 3 outcomes in this discussion: >>> >>>   1) Binding = 0, bit is set to 0 >>>   2) Binding = 1, bit is set to 1 >>>   3) Binding NOT present in DT, OTP default value in HW remains >>> untouched >>> >>> Say a platform updates to a later kernel version, but sticks with >>> existing DT >>> FW (i.e. the new boolean binding isn't present in FW), then the >>> following could >>> happen: >>> >>>   1) OTP for DA9061/2 has this bit set to 1, system expectation is >>> that watchdog >>>      triggers SHUTDOWN. >>>   2) New driver checks existance of 'dlg,wdt-sd' but it's obviously >>> not there so >>>      assumes the bit should be set to 0 and does so >>>   3) When the watchdog fires, it will no longer trigger SHUTDOWN but >>> instead >>>      POWER-DOWN due to binary handling of new boolean binding. >>> >> >> This was my thinking exactly. I also first thought about boolean >> value, but I then moved to the integer value of 0 or 1 after checking >> the OTP default for this bit. The da9062 I'm working with has the bit >> set to 1 by default. > > That needs to be be documented. > > Guenter Ok, I will add a note about the default value and how it is defined by OTP. Will submit a v3. Thanks for review. BR, Andrej