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 F12EB43DA40 for ; Fri, 27 Feb 2026 15:44:37 +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=1772207081; cv=none; b=ZPw09uW0VGuL3RDgn1p7lpGJq85MZVY4MaATwZ0fyp60U8P8avKsDPLGv6JCbPPx6pBovgiVbYOYF8f3Ma11MiaEPq+DxnlrWrLQtf5uP46A3dVVBObY/lbymghsusxc3p+XWO2kdun9oUe+uQ8deVRwCn2Hzg/F8QHy+rsRqwM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772207081; c=relaxed/simple; bh=WlPAv+AvajISywu8uQzV9J05krbV7A8bT4LhP66uMaw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ByQ7TO0MoItZ1gNv9ypltcrGAubVsVVtPOuP93dw5Edsf542aZsSYL7tOqQUB5Ft7n0UyGtIigSmJSmSUUVZHpD8YbbRlF375esahuH5XRm4CTKHbepX7On8owHYhOMdlsA7ouwg34mn8446WO2uzdftFLmTIOG9ZdKA8kH+uJ0= 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=OmgDNYZX; 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="OmgDNYZX" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 787EF1A1B7E; Fri, 27 Feb 2026 15:44:36 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 4DBF05FE46; Fri, 27 Feb 2026 15:44:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 703EC10369387; Fri, 27 Feb 2026 16:44:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1772207075; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=bxnefaYiI0l3MBaq7T5nAwIQDzb/FxqbwmQ8wxKQARs=; b=OmgDNYZXz2zz9xIicR2/ne/e4UYgFEIDOHPalHp4t1LtFvCw25L6VzXD/dVn2BH4hHiZvO hgbZdq1g/02pZF1u5lwvuvSpju+xxOONa+mhS8KNace+qoy3XLjAUOJGhczgKPjub2IxG0 Vk4CxK/8XEKvwCjCkT9yFGz/+BFq6yMTerkUh71015qKoyPqpUHx94+V6r/SjeM7H8ygOB R6j/yW9zbP0RUqwIvk8sFISsN3bS0BspEiTc6kHzwu/WUo8Pl2AdV8sDSAbMYPHbryGtWR Nc4nBhH71XKjiGTvjvDSEKghPzdh6K2agDUg8UMUe6d84GJ+qtv3/F99miP3eg== From: Miquel Raynal To: Gabor Juhos Cc: Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Richard Cochran , Gregory CLEMENT , Marek =?utf-8?Q?Beh?= =?utf-8?Q?=C3=BAn?= , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: add missing items keyword In-Reply-To: <20260227-a3720-pinctlr-missing-items-v1-1-e476e4df1ad6@gmail.com> (Gabor Juhos's message of "Fri, 27 Feb 2026 15:15:54 +0100") References: <20260227-a3720-pinctlr-missing-items-v1-1-e476e4df1ad6@gmail.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Fri, 27 Feb 2026 16:44:28 +0100 Message-ID: <87y0kenqcj.fsf@bootlin.com> Precedence: bulk X-Mailing-List: netdev@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 On 27/02/2026 at 15:15:54 +01, Gabor Juhos wrote: > Even though the type of the 'groups' property of a pinmux node is > specified as string-array in pinmux-node.yaml, but trying to use > multiple strings causes dtbs_check warnings. > > For example, checking the following dts ... > > $ cat arch/arm64/boot/dts/marvell/armada-3720-test.dts > /dts-v1/; > > #include "armada-372x.dtsi" > > &pinctrl_nb { > pwm-gpio-pins { > groups =3D "pwm0", "pwm1", "pwm2", "pwm3"; > function =3D "gpio"; > }; > }; > > ... results in this warning: > > arch/arm64/boot/dts/marvell/armada-3720-test.dtb: pinctrl@13800 (marvel= l,armada3710-nb-pinctrl): pwm-gpio-pins:groups: ['pwm0', 'pwm1', 'pwm2', 'p= wm3'] is too long > from schema $id: http://devicetree.org/schemas/pinctrl/marvell,armada3= 710-xb-pinctrl.yaml > > Add the missing 'items' keyword to the schema to allow using multiple > strings without such warnings. Also adjust the indentation of the next > statements accordingly. > > Signed-off-by: Gabor Juhos Reviewed-by: Miquel Raynal Thanks! Miqu=C3=A8l