From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.16]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D50C91CD02 for ; Tue, 13 Aug 2024 03:26:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723519582; cv=none; b=OjeuzQV4imU2GfDBngNia00pQPCCcRbJfgkkkSQGFXkEIosQsYdf9XLglrdwagFy/pFwiCumgt7NrhgUSpdX4TP7JInIzRoMvLCJ6nQnHr6xnBb8cLIBPLJADUU04IL7UAs8Gu7BCWZ4eVR8Rz7aOSF8eFMPNeivRC7cTiIIJO0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723519582; c=relaxed/simple; bh=8OZnmatZD9Nj9foT1hom4sw7MtYQYVDycCJi6wUTz6E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LGMBYx6qwgcitpZlAwAFGE6r7iBKIXF0fXgBr9yo63jgyCQDBkeHYTPIIl40+9KHtVpbgOb1v18YmqA9an97aue6kuo107wqZnVDDUjTf1XE2xweqEPdhumIRcNxCPtDVYzK7HKSwt3e0/eNR4/RUNTTcFoEbbmrTWpGQ03dvvA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=hDqSFEll; arc=none smtp.client-ip=1.95.21.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="hDqSFEll" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=4wTCOXPSBkKwXbRPZblUxq9M6e+9zEMhPw7rDWYENsI=; b=hDqSFEllOHgtpicT6nIpgr97cQbuguVi9EwoS4B0Hao6Wd5VZMkIjbT4W7rRKl TCOgom26lpbyxhMgebPMar9nt1wJyuvvf2C5q0js84GvwnLQXSubYvcU0oR/u3Dk 4Wci3PcNPs4MWfY2ye9U4LYK0U3BHlVx3hHkm/wELVOhQ= Received: from dragon (unknown [117.62.10.86]) by gzsmtp2 (Coremail) with SMTP id Ms8vCgDnrY9C0rpmv01fAg--.38173S3; Tue, 13 Aug 2024 11:25:56 +0800 (CST) Date: Tue, 13 Aug 2024 11:25:54 +0800 From: Shawn Guo To: =?iso-8859-1?Q?Jo=E3o_Paulo_Gon=E7alves?= Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Marcel Ziswiler , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?iso-8859-1?Q?Jo=E3o_Paulo_Gon=E7alves?= Subject: Re: [PATCH] arm64: dts: imx8mp-verdin: drop limit to sdio wi-fi frequency to 100 mhz Message-ID: References: <20240805174814.1944742-1-jpaulo.silvagoncalves@gmail.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240805174814.1944742-1-jpaulo.silvagoncalves@gmail.com> X-CM-TRANSID:Ms8vCgDnrY9C0rpmv01fAg--.38173S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUxG-eUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCQA6ZWa6wcdGkAAAsa On Mon, Aug 05, 2024 at 02:48:14PM -0300, João Paulo Gonçalves wrote: > From: Marcel Ziswiler > > SDIO frequency was limited to workaround some instabilities, however it > turned out that the instability had nothing to do with the speed but was > because of an issue with the USDHC IP that was fixed in > commit 52e4c32baed2 ("mmc: sdhci-esdhc-imx: only enable DAT[0] and CMD line > auto tuning for SDIO device"). > > Signed-off-by: Marcel Ziswiler > Signed-off-by: João Paulo Gonçalves Applied, thanks!