* [PATCH 1/1] dt-bindings: interrupt-controller: fsl,irqsteer: Add power-domains
@ 2024-01-10 9:43 Alexander Stein
2024-01-10 16:09 ` Conor Dooley
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Stein @ 2024-01-10 9:43 UTC (permalink / raw)
To: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Alexander Stein, Lucas Stach, devicetree, linux-kernel
Some SoC like i.MX8QXP use a power-domain for this IP add it to the
supported proerties. Fixes the dtbs_check warning:
freescale/imx8qxp-tqma8xqp-mba8xx.dtb: irqsteer@56000000: 'power-domains'
does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml#
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
Notes:
Please note that both the board dts and the DT node for irqsteer being used,
are still work-in-progress.
.../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
index 20ad4ad82ad64..cb4fcd23627f6 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
@@ -42,6 +42,9 @@ properties:
clock-names:
const: ipg
+ power-domains:
+ maxItems: 1
+
interrupt-controller: true
"#interrupt-cells":
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 1/1] dt-bindings: interrupt-controller: fsl,irqsteer: Add power-domains 2024-01-10 9:43 [PATCH 1/1] dt-bindings: interrupt-controller: fsl,irqsteer: Add power-domains Alexander Stein @ 2024-01-10 16:09 ` Conor Dooley 2024-01-11 8:59 ` [PATCH 1/1] dt-bindings: interrupt-controller: fsl, irqsteer: " Alexander Stein 0 siblings, 1 reply; 6+ messages in thread From: Conor Dooley @ 2024-01-10 16:09 UTC (permalink / raw) To: Alexander Stein Cc: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lucas Stach, devicetree, linux-kernel [-- Attachment #1: Type: text/plain, Size: 1497 bytes --] On Wed, Jan 10, 2024 at 10:43:38AM +0100, Alexander Stein wrote: > Some SoC like i.MX8QXP use a power-domain for this IP add it to the > supported proerties. Fixes the dtbs_check warning: > freescale/imx8qxp-tqma8xqp-mba8xx.dtb: irqsteer@56000000: 'power-domains' > does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml# > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > > Notes: > Please note that both the board dts and the DT node for irqsteer being used, > are still work-in-progress. The binding doesn't even support the imx8qxp's irqsteer yet, I think this should be added alongside support for that SoC. Am I missing something? Cheers, Conor. > > .../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > index 20ad4ad82ad64..cb4fcd23627f6 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > @@ -42,6 +42,9 @@ properties: > clock-names: > const: ipg > > + power-domains: > + maxItems: 1 > + > interrupt-controller: true > > "#interrupt-cells": > -- > 2.34.1 > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] dt-bindings: interrupt-controller: fsl, irqsteer: Add power-domains 2024-01-10 16:09 ` Conor Dooley @ 2024-01-11 8:59 ` Alexander Stein 2024-01-11 16:49 ` Conor Dooley 0 siblings, 1 reply; 6+ messages in thread From: Alexander Stein @ 2024-01-11 8:59 UTC (permalink / raw) To: Conor Dooley Cc: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lucas Stach, devicetree, linux-kernel Hi Conor, Am Mittwoch, 10. Januar 2024, 17:09:07 CET schrieb Conor Dooley: > On Wed, Jan 10, 2024 at 10:43:38AM +0100, Alexander Stein wrote: > > Some SoC like i.MX8QXP use a power-domain for this IP add it to the > > supported proerties. Fixes the dtbs_check warning: > > freescale/imx8qxp-tqma8xqp-mba8xx.dtb: irqsteer@56000000: 'power-domains' > > > > does not match any of the regexes: 'pinctrl-[0-9]+' > > > > from schema $id: > > http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml# > > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > --- > > > > Notes: > > Please note that both the board dts and the DT node for irqsteer being > > used, are still work-in-progress. > > The binding doesn't even support the imx8qxp's irqsteer yet, I think > this should be added alongside support for that SoC. Am I missing > something? I'm not sure if any additional SoC support is actually needed. 'fsl,imx- irqsteer' is available and that's what I use in my WiP. Also imx8mp also just uses the generic compatible. Only imx8mq uses 'fsl,imx8m-irqsteer'. AFAICS the bindings support the different amount of IRQs already. Best regards, Alexander > > > .../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git > > a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > l > > b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > l index 20ad4ad82ad64..cb4fcd23627f6 100644 > > --- > > a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > l +++ > > b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > l> > > @@ -42,6 +42,9 @@ properties: > > clock-names: > > const: ipg > > > > + power-domains: > > + maxItems: 1 > > + > > > > interrupt-controller: true > > > > "#interrupt-cells": -- TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider http://www.tq-group.com/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] dt-bindings: interrupt-controller: fsl, irqsteer: Add power-domains 2024-01-11 8:59 ` [PATCH 1/1] dt-bindings: interrupt-controller: fsl, irqsteer: " Alexander Stein @ 2024-01-11 16:49 ` Conor Dooley 2024-01-17 7:31 ` Alexander Stein 0 siblings, 1 reply; 6+ messages in thread From: Conor Dooley @ 2024-01-11 16:49 UTC (permalink / raw) To: Alexander Stein Cc: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lucas Stach, devicetree, linux-kernel [-- Attachment #1: Type: text/plain, Size: 2508 bytes --] On Thu, Jan 11, 2024 at 09:59:54AM +0100, Alexander Stein wrote: > Hi Conor, > > Am Mittwoch, 10. Januar 2024, 17:09:07 CET schrieb Conor Dooley: > > On Wed, Jan 10, 2024 at 10:43:38AM +0100, Alexander Stein wrote: > > > Some SoC like i.MX8QXP use a power-domain for this IP add it to the > > > supported proerties. Fixes the dtbs_check warning: > > > freescale/imx8qxp-tqma8xqp-mba8xx.dtb: irqsteer@56000000: 'power-domains' > > > > > > does not match any of the regexes: 'pinctrl-[0-9]+' > > > > > > from schema $id: > > > http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml# > > > > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > > --- > > > > > > Notes: > > > Please note that both the board dts and the DT node for irqsteer being > > > used, are still work-in-progress. > > > > The binding doesn't even support the imx8qxp's irqsteer yet, I think > > this should be added alongside support for that SoC. Am I missing > > something? > > I'm not sure if any additional SoC support is actually needed. 'fsl,imx- > irqsteer' is available and that's what I use in my WiP. Also imx8mp also just > uses the generic compatible. Only imx8mq uses 'fsl,imx8m-irqsteer'. Why doesn't it used "imx8mq-irqsteer"? Should it not have its own soc-specific compatible? Cheers, Conor. > AFAICS the bindings support the different amount of IRQs already. > > Best regards, > Alexander > > > > > > .../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 +++ > > > 1 file changed, 3 insertions(+) > > > > > > diff --git > > > a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > > l > > > b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > > l index 20ad4ad82ad64..cb4fcd23627f6 100644 > > > --- > > > a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > > l +++ > > > b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yam > > > l> > > > @@ -42,6 +42,9 @@ properties: > > > clock-names: > > > const: ipg > > > > > > + power-domains: > > > + maxItems: 1 > > > + > > > > > > interrupt-controller: true > > > > > > "#interrupt-cells": > > > -- > TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany > Amtsgericht München, HRB 105018 > Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider > http://www.tq-group.com/ > > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] dt-bindings: interrupt-controller: fsl, irqsteer: Add power-domains 2024-01-11 16:49 ` Conor Dooley @ 2024-01-17 7:31 ` Alexander Stein 2024-01-17 15:14 ` Conor Dooley 0 siblings, 1 reply; 6+ messages in thread From: Alexander Stein @ 2024-01-17 7:31 UTC (permalink / raw) To: Conor Dooley Cc: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lucas Stach, devicetree, linux-kernel Hi Conor, Am Donnerstag, 11. Januar 2024, 17:49:03 CET schrieb Conor Dooley: > On Thu, Jan 11, 2024 at 09:59:54AM +0100, Alexander Stein wrote: > > Hi Conor, > > > > Am Mittwoch, 10. Januar 2024, 17:09:07 CET schrieb Conor Dooley: > > > On Wed, Jan 10, 2024 at 10:43:38AM +0100, Alexander Stein wrote: > > > > Some SoC like i.MX8QXP use a power-domain for this IP add it to the > > > > supported proerties. Fixes the dtbs_check warning: > > > > freescale/imx8qxp-tqma8xqp-mba8xx.dtb: irqsteer@56000000: > > > > 'power-domains' > > > > > > > > does not match any of the regexes: 'pinctrl-[0-9]+' > > > > > > > > from schema $id: > > > > http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml# > > > > > > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > > > --- > > > > > > > > Notes: > > > > Please note that both the board dts and the DT node for irqsteer > > > > being > > > > used, are still work-in-progress. > > > > > > The binding doesn't even support the imx8qxp's irqsteer yet, I think > > > this should be added alongside support for that SoC. Am I missing > > > something? > > > > I'm not sure if any additional SoC support is actually needed. 'fsl,imx- > > irqsteer' is available and that's what I use in my WiP. Also imx8mp also > > just uses the generic compatible. Only imx8mq uses 'fsl,imx8m-irqsteer'. > Why doesn't it used "imx8mq-irqsteer"? Should it not have its own > soc-specific compatible? I would assume that "fsl,imx8m-irqsteer" is for the whole i.MX8M family. I don't think a soc-specific compatible is needed at all. On top I can't see any difference between i.MX8M and i.MX8/i.MX8X. If a soc-specific compatible is preferred, fine by me. But I don't expect any difference despite imx8qxp/imx8qm requiring a power-domain. Best regards, Alexander > Cheers, > Conor. > > > AFAICS the bindings support the different amount of IRQs already. > > > > Best regards, > > Alexander > > > > > > .../devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml | 3 > > > > +++ > > > > 1 file changed, 3 insertions(+) > > > > > > > > diff --git > > > > a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer. > > > > yam > > > > l > > > > b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer. > > > > yam > > > > l index 20ad4ad82ad64..cb4fcd23627f6 100644 > > > > --- > > > > a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer. > > > > yam > > > > l +++ > > > > b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer. > > > > yam > > > > l> > > > > > > > > @@ -42,6 +42,9 @@ properties: > > > > clock-names: > > > > const: ipg > > > > > > > > + power-domains: > > > > + maxItems: 1 > > > > + > > > > > > > > interrupt-controller: true > > > > > > > > "#interrupt-cells": -- TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider http://www.tq-group.com/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] dt-bindings: interrupt-controller: fsl, irqsteer: Add power-domains 2024-01-17 7:31 ` Alexander Stein @ 2024-01-17 15:14 ` Conor Dooley 0 siblings, 0 replies; 6+ messages in thread From: Conor Dooley @ 2024-01-17 15:14 UTC (permalink / raw) To: Alexander Stein Cc: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lucas Stach, devicetree, linux-kernel [-- Attachment #1: Type: text/plain, Size: 2144 bytes --] On Wed, Jan 17, 2024 at 08:31:26AM +0100, Alexander Stein wrote: > Hi Conor, > > Am Donnerstag, 11. Januar 2024, 17:49:03 CET schrieb Conor Dooley: > > On Thu, Jan 11, 2024 at 09:59:54AM +0100, Alexander Stein wrote: > > > Hi Conor, > > > > > > Am Mittwoch, 10. Januar 2024, 17:09:07 CET schrieb Conor Dooley: > > > > On Wed, Jan 10, 2024 at 10:43:38AM +0100, Alexander Stein wrote: > > > > > Some SoC like i.MX8QXP use a power-domain for this IP add it to the > > > > > supported proerties. Fixes the dtbs_check warning: > > > > > freescale/imx8qxp-tqma8xqp-mba8xx.dtb: irqsteer@56000000: > > > > > 'power-domains' > > > > > > > > > > does not match any of the regexes: 'pinctrl-[0-9]+' > > > > > > > > > > from schema $id: > > > > > http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml# > > > > > > > > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > > > > --- > > > > > > > > > > Notes: > > > > > Please note that both the board dts and the DT node for irqsteer > > > > > being > > > > > used, are still work-in-progress. > > > > > > > > The binding doesn't even support the imx8qxp's irqsteer yet, I think > > > > this should be added alongside support for that SoC. Am I missing > > > > something? > > > > > > I'm not sure if any additional SoC support is actually needed. 'fsl,imx- > > > irqsteer' is available and that's what I use in my WiP. Also imx8mp also > > > just uses the generic compatible. Only imx8mq uses 'fsl,imx8m-irqsteer'. > > Why doesn't it used "imx8mq-irqsteer"? Should it not have its own > > soc-specific compatible? > > I would assume that "fsl,imx8m-irqsteer" is for the whole i.MX8M family. I > don't think a soc-specific compatible is needed at all. On top I can't see any > difference between i.MX8M and i.MX8/i.MX8X. > If a soc-specific compatible is preferred, fine by me. But I don't expect any > difference despite imx8qxp/imx8qm requiring a power-domain. Specific imx8mq compatibles exist for a wide range of peripherals, I'm not sure why the irqsteer would be an exception. Cheers, Conor. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-17 15:14 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-10 9:43 [PATCH 1/1] dt-bindings: interrupt-controller: fsl,irqsteer: Add power-domains Alexander Stein 2024-01-10 16:09 ` Conor Dooley 2024-01-11 8:59 ` [PATCH 1/1] dt-bindings: interrupt-controller: fsl, irqsteer: " Alexander Stein 2024-01-11 16:49 ` Conor Dooley 2024-01-17 7:31 ` Alexander Stein 2024-01-17 15:14 ` Conor Dooley
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).