[PATCH] ARM: dts: marvell: add SDHCI clock-names to Armada 39x

Gregory CLEMENT gregory.clement at bootlin.com
Fri Aug 28 03:46:18 PDT 2026


Rosen Penev <rosenp at gmail.com> writes:

> The marvell,armada-380-sdhci binding requires clock-names, but the
> Armada 39x SDHCI node only carries an unnamed clock reference.
> Add the missing clock name so the node passes schema validation.
>
> Fixes: 538da83ddbea ("ARM: mvebu: add Device Tree files for Armada 39x SoC and board")
> Assisted-by: opencode:big-pickle
> Signed-off-by: Rosen Penev <rosenp at gmail.com>

Fix already applied with ARM: dts: marvell: add missing SDHCI clock-names

> ---
>  arch/arm/boot/dts/marvell/armada-39x.dtsi | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/marvell/armada-39x.dtsi b/arch/arm/boot/dts/marvell/armada-39x.dtsi
> index 218fcf99ae07..81dd4ca5fbc9 100644
> --- a/arch/arm/boot/dts/marvell/armada-39x.dtsi
> +++ b/arch/arm/boot/dts/marvell/armada-39x.dtsi
> @@ -381,6 +381,7 @@ mmc at d8000 {
>  					<0x18454 0x4>;
>  				interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
>  				clocks = <&gateclk 17>;
> +				clock-names = "io";
>  				mrvl,clk-delay-cycles = <0x1F>;
>  				status = "disabled";
>  			};
> -- 
> 2.55.0
>

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



More information about the linux-arm-kernel mailing list