From: Frank Li <Frank.li@nxp.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: krzk@kernel.org, robh@kernel.org, conor+dt@kernel.org,
imx@lists.linux.dev, devicetree@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: w1: imx: Add an entry for the interrupts property
Date: Tue, 19 Aug 2025 11:37:36 -0400 [thread overview]
Message-ID: <aKSaQOx/USdn6FGm@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20250819121344.2765940-1-festevam@gmail.com>
On Tue, Aug 19, 2025 at 09:13:44AM -0300, Fabio Estevam wrote:
> There is an interrupt line connected to the one-wire block on
> the i.MX51 and i.MX53.
>
> Add an entry for the interrupt property to avoid the following dt-schema
> warning:
>
> 'interrupts' does not match any of the regexes: '^pinctrl-[0-9]+$'
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
> ---
> Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml
> index 55adea827c34..2c1bbc0eb05a 100644
> --- a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml
> +++ b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml
> @@ -24,6 +24,9 @@ properties:
> reg:
> maxItems: 1
>
> + interrupts:
> + maxItems: 1
> +
> clocks:
> maxItems: 1
>
> @@ -40,5 +43,6 @@ examples:
> owire@63fa4000 {
> compatible = "fsl,imx53-owire", "fsl,imx21-owire";
> reg = <0x63fa4000 0x4000>;
> + interrupts = <88>;
> clocks = <&clks IMX5_CLK_OWIRE_GATE>;
> };
> --
> 2.34.1
>
next prev parent reply other threads:[~2025-08-19 15:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-19 12:13 [PATCH] dt-bindings: w1: imx: Add an entry for the interrupts property Fabio Estevam
2025-08-19 15:37 ` Frank Li [this message]
2025-08-19 17:47 ` Conor Dooley
2025-08-21 8:01 ` Krzysztof Kozlowski
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=aKSaQOx/USdn6FGm@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=krzk@kernel.org \
--cc=robh@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).