Re: [PATCH v4] arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2
From: Francesco Dolcini
Date: Fri Apr 25 2025 - 01:53:20 EST
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@xxxxxx>
> Reviewed-by: Philippe Schenker <philippe.schenker@xxxxxxxxxxxx>
> Tested-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx>
> Reviewed-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx>
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@xxxxxx>
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