From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0B1C041A8F for ; Fri, 28 Aug 2026 10:46:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787913989; cv=none; b=oh4x3HtZYi9MZRBKQhiWwc8VUGFZZWuIeTjQgCWMZbwh//89UyriHTp66Eb4gECX1zOXx7an6hxZ07kf6EPp3pd4Rypa7NscuchqGRWcnEkocJW+v4YU8vju2pQD3w0MYEPQqeBJW3f95kQ8of7MfFZ60aKQIPbkDaELaxSv9xU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787913989; c=relaxed/simple; bh=LJT8XOxERzWNc+HVH34bJi34i3zOxgk+Ug3jdu967WM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=hZ8UdcUTTnSg59zp+DXKuhsB4VMMEd490O6KbEwLBo28FUhW+6z1J74HaZqeASl4bwzw6ZimoDhHyOkV7qB/N5UmuEQrHGqSiG9RMt2OaxyrbVLK+qS9/tRry1lG9KOwNPE9tVwgvkyVX0k/mTkHadoXzoZ4S7nOYsUTFBYU3wg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=OX30jHom; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="OX30jHom" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 77CFF1A185C; Fri, 28 Aug 2026 10:46:25 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 43F1160537; Fri, 28 Aug 2026 10:46:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 9594311C781D9; Fri, 28 Aug 2026 12:46:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787913980; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=xdvsH9Es0asehE5TRFzGuYdK3EGs9nWZXPtJhEl9x3k=; b=OX30jHomJfm6JBDOOcY9uADWhAjE62c/hd1NWu/zaOBNXjM0hvKzIHdHlKsBlueZDaixHI It1iP6TubmRLIn0ZDJNvVyLF+iIaith2yI9atPktWEgMyuIXRBVqdYtY5xDwBo8DyjI0CE EMdXCwFQWQZXGB9CTGeCZTjjjvJMw5upsYHPphlCwFnmRKczxY8QOfDPEwd8xu+CLQqPTy WKuzm/Cr/eUVegKs+3y01bGXwhRIJ9+5LMtfBFK/sX8oHtguEHjivqMmuopZCfz0BrcxVu j3IQ7qYtF3AQ8CgUvV4u8NWPjflwtBs/2mXpfnN5TJ3qiYVNIKPpHZLipY7tUQ== From: Gregory CLEMENT To: Rosen Penev , devicetree@vger.kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Petazzoni , "moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,..." , open list Subject: Re: [PATCH] ARM: dts: marvell: add SDHCI clock-names to Armada 39x In-Reply-To: <20260823235613.77505-1-rosenp@gmail.com> References: <20260823235613.77505-1-rosenp@gmail.com> Date: Fri, 28 Aug 2026 12:46:18 +0200 Message-ID: <87v78uplol.fsf@BLaptop.bootlin.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=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Rosen Penev 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 So= C and board") > Assisted-by: opencode:big-pickle > Signed-off-by: Rosen Penev 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/dt= s/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@d8000 { > <0x18454 0x4>; > interrupts =3D ; > clocks =3D <&gateclk 17>; > + clock-names =3D "io"; > mrvl,clk-delay-cycles =3D <0x1F>; > status =3D "disabled"; > }; > --=20 > 2.55.0 > --=20 Gr=C3=A9gory CLEMENT, Bootlin Embedded Linux and Kernel engineering https://bootlin.com