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 manuel.traut@mt.com Reviewed-by: Philippe Schenker philippe.schenker@impulsing.ch Tested-by: Francesco Dolcini francesco.dolcini@toradex.com Reviewed-by: Francesco Dolcini francesco.dolcini@toradex.com Cc: stable@vger.kernel.org Signed-off-by: Wojciech Dubowik Wojciech.Dubowik@mt.com
Fixes: f5aab0438ef1 ("regulator: pca9450: Fix enable register for LDO5")
FYI, you can have multiple fixes tag, and to be safe to not introduce regression on some stable backport because the 2 patches are not back-ported at the same time, better to have both the Fixes tags here.
No need to send a v5, the tag should be picked up from this email.
Francesco