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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 16296C433EF for ; Thu, 5 May 2022 12:23:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D23A383F2F; Thu, 5 May 2022 14:23:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651753433; bh=NTMZGG0+hWb4h65iYg9qxAOQniz5Qo+hCInKGFBjpKk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=oDENx/I8DZS/tCnPif2E4n8ETC/G7uSyz8aRmPfDLtz77j6GYw56eReLNgGjjRSE3 DtjaU4sNQymSh8WsRU/gZqkjhsKHFPebYsNvN4WSStxlXpRiLfDVQJ0OCvrn6Uh4ub syrEUFLK8FKv4keTJmb+0jt3Z20VH4EuaJCsurw9gmmORBj1zkbulB7j1x2Poa2QZk nPZ7R0EzZCbhaO4aZVkjGuDI/y4wDlQd8oGQ54rMean6QgwzoAWF2Oe40pBI0p2IWB jypyVWP3O9UHEf2s20IEfd/3MFcyKGicxsg1mHVQywAUQDjGQItoIiQ0ePy7z2OfQY VEXqlv7Vmiejw== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id CAF5E806B7; Thu, 5 May 2022 14:23:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651753431; bh=NTMZGG0+hWb4h65iYg9qxAOQniz5Qo+hCInKGFBjpKk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mupHDsE0xh9J7nDZYKsSna1VODwtlIgHzdP+XZZG2uiIr3zWnTzGT6dm2vy59BviA obFUIyYSuupEBTwDZxBV76t6FRL9vD5TTlo4K+T7F0O/ciqmxbGF77RgwtpRVsS3bm dsadqT2QwOLJOHYo8SYXAJmBgvFVJjwi6Lo8DYNuRFR+cIAmPmkBoqahrDFGPJgcVy 6hsgInPxwag+e5KNUe+ZCxh8BfwjxyjWauhs2wEtKba4J+A49E+mg/h20kMWWtdvmi ceE/zqX+K3spH9R051kwgzI8w732fEuB8/Dp6EE5huIZTJkQ2oHyd5j76R0wZg9CYf xMvyZqxuNmoSA== Message-ID: <8bb9c3f3-3c0f-95ba-5795-fa6877425528@denx.de> Date: Thu, 5 May 2022 14:23:50 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH V2 07/16] imx: imx8mm-mx8menlo: drop unneeded watchdog settings Content-Language: en-US To: "Peng Fan (OSS)" , sbabic@denx.de, festevam@gmail.com, Olaf Mandel Cc: u-boot@lists.denx.de, Peng Fan References: <20220505110613.31314-1-peng.fan@oss.nxp.com> <20220505110613.31314-8-peng.fan@oss.nxp.com> From: Marek Vasut In-Reply-To: <20220505110613.31314-8-peng.fan@oss.nxp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean On 5/5/22 13:06, Peng Fan (OSS) wrote: > From: Peng Fan > > pinctrl_wdog as u-boot,dm-spl already marked in imx8mm-verdin-u-boot.dtsi, > > The set_wdog_reset() function is not necessary as this is handled by > the imx_watchdog.c driver due to the 'fsl,ext-reset-output' property > being set. > > Signed-off-by: Peng Fan Reviewed-by: Marek Vasut Thanks