Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: interrupt-controller: fsl,irqsteer: Add imx8mp/imx8qxp support

Some SoC like i.MX8MP or i.MX8QXP use a power-domain for this IP. Add
SoC-specific compatibles, which also requires a power-domain.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240528071141.92003-2-alexander.stein@ew.tq-group.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Alexander Stein and committed by
Rob Herring (Arm)
d8d301a1 83138f8f

+22 -1
+22 -1
Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml
··· 14 14 oneOf: 15 15 - const: fsl,imx-irqsteer 16 16 - items: 17 - - const: fsl,imx8m-irqsteer 17 + - enum: 18 + - fsl,imx8m-irqsteer 19 + - fsl,imx8mp-irqsteer 20 + - fsl,imx8qxp-irqsteer 18 21 - const: fsl,imx-irqsteer 19 22 20 23 reg: ··· 44 41 45 42 clock-names: 46 43 const: ipg 44 + 45 + power-domains: 46 + maxItems: 1 47 47 48 48 interrupt-controller: true 49 49 ··· 75 69 - "#interrupt-cells" 76 70 - fsl,channel 77 71 - fsl,num-irqs 72 + 73 + allOf: 74 + - if: 75 + properties: 76 + compatible: 77 + contains: 78 + enum: 79 + - fsl,imx8mp-irqsteer 80 + - fsl,imx8qxp-irqsteer 81 + then: 82 + required: 83 + - power-domains 84 + else: 85 + properties: 86 + power-domains: false 78 87 79 88 additionalProperties: false 80 89