From: Mathieu Othacehe <othacehe@gnu.org>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>, Li Yang <leoyang.li@nxp.com>,
Primoz Fiser <primoz.fiser@norik.com>,
Stefan Wahren <wahrenst@gmx.net>,
Christoph Stoidner <c.stoidner@phytec.de>,
Wadim Egorov <w.egorov@phytec.de>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Mathieu Othacehe <othacehe@gnu.org>
Subject: [PATCH v4 2/3] dt-bindings: gpio: gpio-vf610: add gpio-line-names
Date: Mon, 22 Jan 2024 10:53:05 +0100 [thread overview]
Message-ID: <20240122095306.14084-3-othacehe@gnu.org> (raw)
In-Reply-To: <20240122095306.14084-1-othacehe@gnu.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 <othacehe@gnu.org>
---
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:
--
2.41.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Othacehe <othacehe@gnu.org>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>, Li Yang <leoyang.li@nxp.com>,
Primoz Fiser <primoz.fiser@norik.com>,
Stefan Wahren <wahrenst@gmx.net>,
Christoph Stoidner <c.stoidner@phytec.de>,
Wadim Egorov <w.egorov@phytec.de>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Mathieu Othacehe <othacehe@gnu.org>
Subject: [PATCH v4 2/3] dt-bindings: gpio: gpio-vf610: add gpio-line-names
Date: Mon, 22 Jan 2024 10:53:05 +0100 [thread overview]
Message-ID: <20240122095306.14084-3-othacehe@gnu.org> (raw)
In-Reply-To: <20240122095306.14084-1-othacehe@gnu.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 <othacehe@gnu.org>
---
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:
--
2.41.0
next prev parent reply other threads:[~2024-01-22 9:54 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-22 9:53 [PATCH v4 0/3] Add phyBOARD-Segin-i.MX93 support Mathieu Othacehe
2024-01-22 9:53 ` Mathieu Othacehe
2024-01-22 9:53 ` [PATCH v4 1/3] dt-bindings: arm: fsl: Add phyBOARD-Segin-i.MX93 Mathieu Othacehe
2024-01-22 9:53 ` Mathieu Othacehe
2024-01-22 9:53 ` Mathieu Othacehe [this message]
2024-01-22 9:53 ` [PATCH v4 2/3] dt-bindings: gpio: gpio-vf610: add gpio-line-names Mathieu Othacehe
2024-01-22 12:32 ` Stefan Wahren
2024-01-22 12:32 ` Stefan Wahren
2024-01-22 18:01 ` Conor Dooley
2024-01-22 18:01 ` Conor Dooley
2024-01-22 9:53 ` [PATCH v4 3/3] arm64: dts: imx93: Add phyBOARD-Segin-i.MX93 support Mathieu Othacehe
2024-01-22 9:53 ` Mathieu Othacehe
2024-01-23 6:11 ` Wadim Egorov
2024-01-23 6:11 ` Wadim Egorov
2024-01-23 7:42 ` Stefan Wahren
2024-01-23 7:42 ` Stefan Wahren
2024-01-23 8:25 ` Wadim Egorov
2024-01-23 8:25 ` Wadim Egorov
2024-01-23 10:21 ` Stefan Wahren
2024-01-23 10:21 ` Stefan Wahren
2024-01-24 5:13 ` Wadim Egorov
2024-01-24 5:13 ` Wadim Egorov
2024-01-24 11:39 ` Stefan Wahren
2024-01-24 11:39 ` Stefan Wahren
2024-01-24 13:48 ` Mathieu Othacehe
2024-01-24 13:48 ` Mathieu Othacehe
2024-01-24 17:28 ` Stefan Wahren
2024-01-24 17:28 ` Stefan Wahren
2024-01-25 6:05 ` Wadim Egorov
2024-01-25 6:05 ` Wadim Egorov
2024-01-25 6:12 ` Primoz Fiser
2024-01-25 6:12 ` Primoz Fiser
2024-01-25 7:41 ` Stefan Wahren
2024-01-25 7:41 ` Stefan Wahren
2024-01-23 7:44 ` Mathieu Othacehe
2024-01-23 7:44 ` Mathieu Othacehe
2024-01-23 8:34 ` Primoz Fiser
2024-01-23 8:34 ` Primoz Fiser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240122095306.14084-3-othacehe@gnu.org \
--to=othacehe@gnu.org \
--cc=c.stoidner@phytec.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=primoz.fiser@norik.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=w.egorov@phytec.de \
--cc=wahrenst@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.