From: Krzysztof Kozlowski <krzk@kernel.org>
To: Jacky Bai <ping.bai@nxp.com>, Rob Herring <robh@kernel.org>
Cc: "krzk+dt@kernel.org" <krzk+dt@kernel.org>,
"conor+dt@kernel.org" <conor+dt@kernel.org>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"imx@lists.linux.dev" <imx@lists.linux.dev>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Aisheng Dong <aisheng.dong@nxp.com>, Peng Fan <peng.fan@nxp.com>,
Frank Li <frank.li@nxp.com>
Subject: Re: [PATCH v2 1/4] dt-bindings: dma: fsl-edma: add interrupts-extended property
Date: Tue, 4 Mar 2025 15:50:16 +0100 [thread overview]
Message-ID: <cdcfdbfe-7186-4a29-a39b-7253070d889c@kernel.org> (raw)
In-Reply-To: <AS8PR04MB8642D20F0F5A7E8622A7685F87C82@AS8PR04MB8642.eurprd04.prod.outlook.com>
On 04/03/2025 15:40, Jacky Bai wrote:
> Hi Rob,
>
>> Subject: Re: [PATCH v2 1/4] dt-bindings: dma: fsl-edma: add
>> interrupts-extended property
>>
>> On Tue, Mar 04, 2025 at 05:31:24PM +0800, Jacky Bai wrote:
>>> Add interrupts-extended property for edma that has multiple interrupt
>>> controllers used.
>>
>> Did you try using interrupts-extended? No. Because either is supported by the
>> tools already.
>>
>
> We need to use interrupts-extended property for i.MX94 because for the edma's
> interrupts, some are connected to irqsteer interrupt controller and some are connected
> to the GIC. make dtbs_check report error, so I add this dt binding changes.
>
> Sorry, Which tools are you referring?
Linux, dtschema, everything.
>
>>>
>>> Signed-off-by: Jacky Bai <ping.bai@nxp.com>
>>> ---
>>> - v2 changes:
>>> - newly added entry
>>> ---
>>> Documentation/devicetree/bindings/dma/fsl,edma.yaml | 11
>> ++++++++++-
>>> 1 file changed, 10 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/dma/fsl,edma.yaml
>>> b/Documentation/devicetree/bindings/dma/fsl,edma.yaml
>>> index d54140f18d34..549afb8611a9 100644
>>> --- a/Documentation/devicetree/bindings/dma/fsl,edma.yaml
>>> +++ b/Documentation/devicetree/bindings/dma/fsl,edma.yaml
>>> @@ -38,6 +38,10 @@ properties:
>>> minItems: 1
>>> maxItems: 64
>>>
>>> + interrupts-extended:
>>> + minItems: 1
>>> + maxItems: 65
>>
>> Doesn't match the size for interrupt-names:
>>
>
> The interrupt-names are only true for vf610, maxItems is
> enough for such case. do we still need to update it?
They always go in sync.
Anyway, you did not get the point of Rob's comments: this patch is
neither needed nor correct. Just drop it and test again your DTS.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-03-04 14:53 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 9:31 [PATCH v2 0/4] Add i.MX943 basic dts support Jacky Bai
2025-03-04 9:31 ` [PATCH v2 1/4] dt-bindings: dma: fsl-edma: add interrupts-extended property Jacky Bai
2025-03-04 10:57 ` Rob Herring (Arm)
2025-03-04 13:13 ` Rob Herring
2025-03-04 14:40 ` Jacky Bai
2025-03-04 14:50 ` Krzysztof Kozlowski [this message]
2025-03-04 14:53 ` Rob Herring
2025-03-04 15:38 ` Jacky Bai
2025-03-04 15:26 ` Frank Li
2025-03-04 15:41 ` Jacky Bai
2025-03-04 9:31 ` [PATCH v2 2/4] dt-bindings: arm: fsl: add i.MX943 EVK board Jacky Bai
2025-03-04 14:55 ` Krzysztof Kozlowski
2025-03-04 9:31 ` [PATCH v2 4/4] arm64: dts: freescale: Add minimal dts support for imx943 evk Jacky Bai
2025-03-04 15:27 ` Frank Li
[not found] ` <20250304093127.1954549-4-ping.bai@nxp.com>
2025-03-04 14:54 ` [PATCH v2 3/4] arm64: dts: freescale: Add basic dtsi for imx943 Krzysztof Kozlowski
2025-03-04 15:16 ` Jacky Bai
2025-03-05 1:22 ` Jacky Bai
2025-03-04 15:35 ` Frank Li
2025-03-05 0:34 ` Jacky Bai
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=cdcfdbfe-7186-4a29-a39b-7253070d889c@kernel.org \
--to=krzk@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=frank.li@nxp.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=peng.fan@nxp.com \
--cc=ping.bai@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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).