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 76C31C433EF for ; Sun, 21 Nov 2021 02:34:32 +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=aJczHC3W9U/jGkRiM22OYBOYOkvximtK8Flk+9/nRkg=; b=H7pIk2dm2+aP9w nCu2hXr00o7DybTNtgjJcEJR0q3VtV4QrX24+7aL40wawwaM8GJXn+HZgyDYJ9RUSKHbLXp0aCY7w fTg06XaKS1YZWc+oeIcqWzXcwUcouiKMF3OpwMZL5GrRIEhZO88t5EEioDgrNLN2Kgh1EH7MoEQM3 l5KKchF+6YjKEN8Gf22vX8MH+kYu2JiytZIP+TmaXJhWTTA5hXgKk3TYlKo77s0op/so0+qgsWTjy YjaXUUdhmSQaQ4HKnAUuVhobSedn6C11LqsbcqLyxeIPSu9Uxn9CPRfKQ1xTKgxKptTZ2oCBMSoNS ZUWQ+7rng2TL66ZUgm0A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mocfF-00DByw-BF; Sun, 21 Nov 2021 02:33:09 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mocfB-00DByT-Jd for linux-arm-kernel@lists.infradead.org; Sun, 21 Nov 2021 02:33:06 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id B9E99603E5; Sun, 21 Nov 2021 02:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637461985; bh=1vJkUHmxjXjLq+QS2nKtQb+a1e39GkVQQpl+uQJLPyc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FPzj7A0ssEJN1IVQsrt4+UxkwucUOsK/nj6SsOtpUJoCgumPCFC/JE6uWUvx8g9mV 6cvP/2ucBnkdTEmjzrTqjpxo9v8m8D0ctefrFn5eW7XjcUeAWz8yQuj9y5uvYzAxpO HHSJjoEaz0fNXJ0OAqnjx/N4Tk+8fA++mh03X7pXz9QKGf57G78QPMLLvlZI0ZbVm6 ii+AQ0L/jSuCODsc3fhh56geS1281nQhy/e7JnJS5my1vAm1MAx8p48YJ/+3Zm3OZA g9b0vLhjN2cMtt8Ok/PnSZGPn4yZk5zF1XzkLsPJxBYOEE3mz0oqJWAB7MKPbnHvhx ZMw4ot4XWwNIQ== Date: Sun, 21 Nov 2021 10:32:58 +0800 From: Shawn Guo To: Heiko Thiery Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Krzysztof Kozlowski , Joakim Zhang , Shengjiu Wang , Michael Walle Subject: Re: [PATCH] arm64: dts: fsl: imx8mq-kontron-pitx-imx8m: get rid of unneeded off-on-delay-us Message-ID: <20211121023258.GG31998@dragon> References: <20211020054842.10246-1-heiko.thiery@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211020054842.10246-1-heiko.thiery@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211120_183305_682973_6B646684 X-CRM114-Status: GOOD ( 17.96 ) 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 Wed, Oct 20, 2021 at 07:48:43AM +0200, Heiko Thiery wrote: > The default delay value for power cycle the sd card is 1ms. Since this is > sufficient we can remove this value here. > > Fixes: 5dbadc848259 ("arm64: dts: fsl: add support for Kontron pitx-imx8m board") This is more like a small cleanup/optimization than a fix to me. Shawn > Signed-off-by: Heiko Thiery > --- > arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dts b/arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dts > index f593e4ff62e1..e4429a1c874d 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dts > +++ b/arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dts > @@ -51,7 +51,6 @@ reg_usdhc2_vmmc: regulator-usdhc2-vmmc { > regulator-min-microvolt = <3300000>; > regulator-max-microvolt = <3300000>; > gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>; > - off-on-delay-us = <20000>; > enable-active-high; > }; > }; > -- > 2.30.2 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel