[PATCH] ARM: dts: armada-385-clearfog-gtr: fix vmmc property name

Gregory CLEMENT gregory.clement at bootlin.com
Fri Aug 28 03:39:11 PDT 2026


Rosen Penev <rosenp at gmail.com> writes:

> The SDHCI node references the 3.3V regulator through a bare "vmmc"
> property, which is not part of the mmc controller DT binding; the
> correct property is "vmmc-supply".
>
> Fixes: aecc313490ae ("ARM: dts: mvebu: add support for SolidRun Clearfog GTR")
> Assisted-by: opencode:big-pickle
> Signed-off-by: Rosen Penev <rosenp at gmail.com>

Applied on mvebu/dt

Thanks,

Gregory

> ---
>  arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi b/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi
> index 48b09df53c60..3262b726a1c7 100644
> --- a/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi
> +++ b/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi
> @@ -235,7 +235,7 @@ mmc at d8000 {
>  				pinctrl-0 = <&cf_gtr_sdhci_pins>;
>  				pinctrl-names = "default";
>  				status = "okay";
> -				vmmc = <&reg_3p3v>;
> +				vmmc-supply = <&reg_3p3v>;
>  				wp-inverted;
>  			};
>  
> -- 
> 2.55.0
>

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the linux-arm-kernel mailing list