[PATCH 05/18] dt-bindings: irqchip: fsl: include generic schema

Joakim Zhang qiangqing.zhang at nxp.com
Thu Mar 17 18:23:04 PDT 2022


> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
> Sent: 2022年3月17日 19:57
> To: Thomas Gleixner <tglx at linutronix.de>; Marc Zyngier <maz at kernel.org>;
> Rob Herring <robh+dt at kernel.org>; Krzysztof Kozlowski
> <krzk+dt at kernel.org>; Andreas Färber <afaerber at suse.de>; Manivannan
> Sadhasivam <mani at kernel.org>; Linus Walleij <linusw at kernel.org>; Imre
> Kaloz <kaloz at openwrt.org>; Krzysztof Halasa <khalasa at piap.pl>; Michael
> Walle <michael at walle.cc>; Mark-PK Tsai <mark-pk.tsai at mediatek.com>;
> Daniel Palmer <daniel at thingy.jp>; Jonathan Neuschäfer
> <j.neuschaefer at gmx.net>; Palmer Dabbelt <palmer at dabbelt.com>; Paul
> Walmsley <paul.walmsley at sifive.com>; Nishanth Menon <nm at ti.com>;
> Tero Kristo <kristo at kernel.org>; Santosh Shilimkar <ssantosh at kernel.org>;
> Neil Armstrong <narmstrong at baylibre.com>; Dinh Nguyen
> <dinguyen at kernel.org>; Cristian Ciocaltea <cristian.ciocaltea at gmail.com>;
> Joakim Zhang <qiangqing.zhang at nxp.com>; Lucas Stach
> <l.stach at pengutronix.de>; Paul Cercueil <paul at crapouillou.net>; Jiaxun
> Yang <jiaxun.yang at flygoat.com>; Claudiu Beznea
> <claudiu.beznea at microchip.com>; Jason Cooper <jason at lakedaemon.net>;
> Paul Burton <paulburton at kernel.org>; Thomas Bogendoerfer
> <tsbogend at alpha.franken.de>; Birger Koblitz <mail at birger-koblitz.de>; Bert
> Vermeulen <bert at biot.com>; John Crispin <john at phrozen.org>; Geert
> Uytterhoeven <geert+renesas at glider.be>; Sagar Kadam
> <sagar.kadam at sifive.com>; Suman Anna <s-anna at ti.com>; Lokesh Vutla
> <lokeshvutla at ti.com>; linux-kernel at vger.kernel.org;
> devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> linux-actions at lists.infradead.org; openbmc at lists.ozlabs.org;
> linux-riscv at lists.infradead.org; linux-oxnas at groups.io
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
> Subject: [PATCH 05/18] dt-bindings: irqchip: fsl: include generic schema
> 
> Include generic interrupt-controller.yaml schema, which enforces node
> naming and other generic properties.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
> ---

Reviewed-by: Joakim Zhang <qiangqing.zhang at nxp.com>

Best Regards,
Joakim Zhang
>  .../devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 5 ++++-
>  .../bindings/interrupt-controller/fsl,irqsteer.yaml          | 5 ++++-
>  2 files changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git
> a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
> b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
> index 1d6e0f64a807..5ead6b7dcb42 100644
> ---
> a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.
> +++ yaml
> @@ -9,6 +9,9 @@ title: Freescale INTMUX interrupt multiplexer
>  maintainers:
>    - Joakim Zhang <qiangqing.zhang at nxp.com>
> 
> +allOf:
> +  - $ref: /schemas/interrupt-controller.yaml#
> +
>  properties:
>    compatible:
>      const: fsl,imx-intmux
> @@ -45,7 +48,7 @@ required:
>    - clocks
>    - clock-names
> 
> -additionalProperties: false
> +unevaluatedProperties: false
> 
>  examples:
>    - |
> diff --git
> a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
> b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
> index bcb5e20fa9ca..4b5080f754ea 100644
> ---
> a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqstee
> +++ r.yaml
> @@ -9,6 +9,9 @@ title: Freescale IRQSTEER Interrupt Multiplexer
>  maintainers:
>    - Lucas Stach <l.stach at pengutronix.de>
> 
> +allOf:
> +  - $ref: /schemas/interrupt-controller.yaml#
> +
>  properties:
>    compatible:
>      oneOf:
> @@ -70,7 +73,7 @@ required:
>    - fsl,channel
>    - fsl,num-irqs
> 
> -additionalProperties: false
> +unevaluatedProperties: false
> 
>  examples:
>    - |
> --
> 2.32.0



More information about the linux-riscv mailing list