From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.16]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2A6DC14D428; Sun, 27 Apr 2025 13:53:06 +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=1745761990; cv=none; b=rM/nuy0E0wAHljanmbTJSfcuwgzrHymb4xV0clhPIqDtYJCSb5Tcoq1qOGzYr7F0l22fL6xNEMRZj+uPLFZJTKY/pZDNIiqtUjDir4rRnvrMYqCilFS2YQqcRvhINv70XLcHq29rt/oLUqJMXZMxPp5wiqDar1tL/l+tZYe7zSI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745761990; c=relaxed/simple; bh=UoIHPJ4depb+g8pAi0LtyZ8iSz2y4kJvvn2d28X511c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oqRxJeTTHpIHr4KFOHEpwF8ByBhxaMaVcVh04NDaw7kc0BifD/5nDlZPP+1KJOJVJngEdiSE/lWYkaGitLFphDKGU6Y0lOS8NT5fa45aZnHAzQIkkj7/XRmAWj28TnY/KQYbbD4uZr2yGZ9QesDeQ9SIN7PpAG3xC9lQ8+0Bugs= 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=gFF+/ZQY; 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="gFF+/ZQY" 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=i4Fnrl096oXKF65tzuRQZ6eRc4onRrFK13fpUbFl9Pk=; b=gFF+/ZQYa5fCAE5KYgEvYnr15hbTuWaIQYDpVPvL4hRk4V75FQLpe+wAQEgPJs YjpTRhGSpOLJ5Z9JvtLRSAEEfwa46u3/q+ui6qPzsEK6LgcWMoyhNHYpdNQrLA9x HYLSj8IGOSJx6x5e/WjQ3RhzPf6vGoqR5qlspjLDq2Ly8= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgD3p0tlNg5o4Vb3Aw--.41011S3; Sun, 27 Apr 2025 21:51:35 +0800 (CST) Date: Sun, 27 Apr 2025 21:51:33 +0800 From: Shawn Guo To: Wojciech Dubowik Cc: linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Francesco Dolcini , Philippe Schenker , Manuel Traut , Francesco Dolcini , stable@vger.kernel.org Subject: Re: [PATCH v4] arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 Message-ID: References: <20250424095916.1389731-1-Wojciech.Dubowik@mt.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250424095916.1389731-1-Wojciech.Dubowik@mt.com> X-CM-TRANSID:M88vCgD3p0tlNg5o4Vb3Aw--.41011S3 X-Coremail-Antispam: 1Uf129KBjvdXoW7JF4UXFy3Jr47JF4xWr1Dtrb_yoW3uwcE9r 1Fkws5Xr45Wr45Cw45tFnxZF48G3W5Kry3try29rZ5Ar95AayDJFn8KrZ5Zr43WanIvF9x Z3429rs5trW7WjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU8GXdUUUUUU== X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCwA8ZWgODbOJNwAAs0 On Thu, Apr 24, 2025 at 11:59:14AM +0200, Wojciech Dubowik wrote: > Define vqmmc regulator-gpio for usdhc2 with vin-supply > coming from LDO5. > > Without this definition LDO5 will be powered down, disabling > SD card after bootup. This has been introduced in commit > f5aab0438ef1 ("regulator: pca9450: Fix enable register for LDO5"). > > Fixes: 6a57f224f734 ("arm64: dts: freescale: add initial support for verdin imx8m mini") > Tested-by: Manuel Traut > Reviewed-by: Philippe Schenker > Tested-by: Francesco Dolcini > Reviewed-by: Francesco Dolcini > Cc: stable@vger.kernel.org > Signed-off-by: Wojciech Dubowik Applied, thanks!