From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 358D051C5D for ; Wed, 21 Feb 2024 12:29:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708518559; cv=none; b=Kbg5/oL8F0Se+++v6XbrzT9NiXnrBo5N77QECiOSrvKS7InhkrWpYF3B7w4YAbsdJ5lZUXVzOwYH7d7+wE4MBsWPjnQogbyKHNXCVMa0z0VHgSLMP8PiT3FWJshlCGTm0/P52fAqDxSdYI3fzvobFvD80xos/x4+rTQ7sladNLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708518559; c=relaxed/simple; bh=i7x1ydrz3cbt7Ni3188JEFCNDYRhNl0E4xbcGnSvR7o=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=hTTaDUI4zY7w0+y1GnoaKbUZNUZGGt3In15HieuABLAxKuxOCM8mfqTDDGscwgoV4xvlhn65/T6vOgvPxeMcm7+gwkBW0FPKipXL50BjsuCbx2APoTJtg/m+1T3HdcwHLdY8Ny2tDiQiaiJgwubCPdYu9hlwbXzDpu7SIGEcHC8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rclib-0001Wa-FI; Wed, 21 Feb 2024 13:28:57 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rclia-0022Lk-Do; Wed, 21 Feb 2024 13:28:56 +0100 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1rclia-0007Qt-1B; Wed, 21 Feb 2024 13:28:56 +0100 Message-ID: Subject: Re: [PATCH v3 1/2] watchdog: sp805_wdt: deassert the reset if available From: Philipp Zabel To: forbidden405@outlook.com, Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Viresh Kumar Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Date: Wed, 21 Feb 2024 13:28:56 +0100 In-Reply-To: <20240221-hisi-wdt-v3-1-9642613dc2e6@outlook.com> References: <20240221-hisi-wdt-v3-0-9642613dc2e6@outlook.com> <20240221-hisi-wdt-v3-1-9642613dc2e6@outlook.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org On Mi, 2024-02-21 at 19:56 +0800, Yang Xiwen via B4 Relay wrote: > From: Yang Xiwen >=20 > According to the datasheet, the core has an WDOGRESn input signal that > needs to be deasserted before being operational. Implement it in the > driver. >=20 > Signed-off-by: Yang Xiwen Reviewed-by: Philipp Zabel regards Philipp