From patchwork Mon Jan 22 09:53:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 13525088 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 41CACC4725D for ; Mon, 22 Jan 2024 09:54:22 +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=XxfdLCnDUewQA29162t4dCimNn1Aun9isHb+wSeU7aI=; b=hku/WP/RqgUstL 20DY2TomjIy6ywpFsoofYJutD95Fbc53Bk+ZyUfHVtw4EMq0aFeTtiOAwqGGx8vlsN0b8e1rUGySN uDEXbtcZYwfOt3s89aorRYdAVxb74HNmazmDoe4AmY9digv6A2UGo7k6KZU/zsyor4zrz5bjsA8tU ZezlrLolp0cNgoUf57d+4C5ef8F7e+1FGCpD/rfxwZ0lA7fMLxBdwZr/Sx3csf2L487CUaAgKbFPA 3lBbB5cCcmh2C2r19jJoSlZ8ECZKJoVnCe5Bv3ME6TNRMRylHSDbBGO1l2jSdo+uv9f+aIAiXlo04 3r0P5WLqFt4xqbeu1iOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rRr03-00BOfd-2Y; Mon, 22 Jan 2024 09:53:51 +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 1rRqzo-00BOc4-0B for linux-arm-kernel@lists.infradead.org; Mon, 22 Jan 2024 09:53:43 +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 1rRqzn-00048O-8D; Mon, 22 Jan 2024 04:53: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=sMwcexRbUI9Js5cFPJsZsAgHJicXn+z+DkE8WWA9a/g=; b=Zw7wu0me4vCUwPXsjsVs YLBOyhkRe9C0I32Fqn02h4uOh5g9qknT9vbq7hqpOyquylOOUPqA2y79IrNcTK4oh+iMTb40DKijs bYaPXlpXKXpCvTpljk4WEuDlKGlCwwZk25H35m/Fc64yyqULm7t0nrBYMmGK4A4Iyj6rKBLNEHbCq 8AT87FQ6m/+pb2umrevBa/waWlt0plR9sGXchz+W8WLBCj+/LUUHIxx9LNKSitCzQDy17iIfxieu5 iCA002RJ7Ps+n2gWIKdLvRrUNLO+4HMEgn06Z589V/7vorrUe6GhU/Pj/+wCt1CHf7ByZtRL+zOEY BLO10UrVVFCC8g==; 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 Subject: [PATCH v4 2/3] dt-bindings: gpio: gpio-vf610: add gpio-line-names Date: Mon, 22 Jan 2024 10:53:05 +0100 Message-ID: <20240122095306.14084-3-othacehe@gnu.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240122095306.14084-1-othacehe@gnu.org> References: <20240122095306.14084-1-othacehe@gnu.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240122_015336_093562_998E326F X-CRM114-Status: UNSURE ( 8.79 ) 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# Signed-off-by: Mathieu Othacehe Acked-by: Conor Dooley --- Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml index a27f92950257..7230ba1a386a 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml @@ -50,6 +50,7 @@ properties: const: 2 gpio-controller: true + gpio-line-names: true clocks: items: