From patchwork Wed Jan 24 07:49:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 13528750 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8BEA6C46CD2 for ; Wed, 24 Jan 2024 07:52:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ndDyjqnwfWAdxWlP95XoyVlmDhVbB83Q2fZMOV5Xpyw=; b=f+r2+oRBoV6CYZ fUJ6By0mgxq/1DW8GM9tq63emmxBd/MwakeDh4jnL2qyyXrUS1nKVIVg18qOEmoJFHIKFl6wOC6HU F69HmYxZp77Nuh4KpBTw1feJtNgEtREjScRQqV2A0fsibaBQv/ZSZk8geIi5EZFwUpvmCWM7lDDb0 aa91fpoOrLkCiWoZR7xlXn83B0Vn3Kqs363iXbngYgapQt1To/HNcVI3gZ40KK2psNjQD7ib7kIh5 o8Jj3MJBM6H3lPXyX+/trSqU4Wl95JOQe8ImB14wp9qvPjxgMa6iuIHDpapaH0gsQrs2c4AFmeYxi NHklmDcyGhcIP+DxH+4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rSY2w-001vIF-2P; Wed, 24 Jan 2024 07:51:42 +0000 Received: from eggs.gnu.org ([2001:470:142:3::10]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rSY2t-001vFc-1y for linux-arm-kernel@lists.infradead.org; Wed, 24 Jan 2024 07:51:41 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rSY2p-0004kM-9W; Wed, 24 Jan 2024 02:51:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=xp4LpWHmiD34VCnBD4DSzaZA18JuWBr44N4dq87RgeM=; b=gz3wVDMluNbG6UKCjbPw yme4KZKpfzoEEDi9UEPhbttNiI7yUv6xoe12YCnEPRgBkru7RBurT9IrQjlMkJk901PodZ+qwpydP MaaCcBVLKHK+Eh8koBwmMBLCDPh4Y24DeHegBl37JapjL3QSG5gE0DahIwtj5tIk6+56Z6kob7zr8 iNGugjhMeGS94xY2ymXWRloClfm3ofpkzf89FNf1Z2WB0WhtOSCDKBnRPh4MFbt2Sw57Iv8rkJf7t ChNaxJ2R6Kj8VfNoLQvAHpn94Mb68cMUs/r12HxDjvd/6llZu4GNIuW70M4hzzcez6w+acaf9A3sS XSxJk0bxhB9TAQ==; From: Mathieu Othacehe To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang , Primoz Fiser , Stefan Wahren , Christoph Stoidner , Wadim Egorov Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mathieu Othacehe , Conor Dooley Subject: [PATCH v5 2/3] dt-bindings: gpio: gpio-vf610: add gpio-line-names Date: Wed, 24 Jan 2024 08:49:29 +0100 Message-ID: <20240124074930.26101-3-othacehe@gnu.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240124074930.26101-1-othacehe@gnu.org> References: <20240124074930.26101-1-othacehe@gnu.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240123_235139_648284_C593FBB3 X-CRM114-Status: UNSURE ( 8.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Describe common "gpio-line-names" property to fix dtbs_check warnings like: /home/mathieu/linux/arch/arm64/boot/dts/freescale/imx93-phyboard-segin.dtb: gpio@43830000: 'gpio-line-names' does not match any of the regexes: '^.+-hog(-[0-9]+)?$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/gpio/gpio-vf610.yaml# Acked-by: Conor Dooley Signed-off-by: Mathieu Othacehe Reviewed-by: Stefan Wahren --- Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml index a27f92950257..2e01f7d47005 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml @@ -51,6 +51,8 @@ properties: gpio-controller: true + gpio-line-names: true + clocks: items: - description: SoC GPIO clock