Skip to content

Commit b70ea87

Browse files
committed
dt-bindings: interrupt-controller: fsl,mu-msi: Drop "interrupt-controller" property
The Freescale MU-MSI is an MSI provider, not an interrupt provider, so drop the "interrupt-controller" property. This fixes dtc "interrupt_provider" warning. Reviewed-by: Frank Li <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent c5f02e0 commit b70ea87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ properties:
6262
- const: processor-a-side
6363
- const: processor-b-side
6464

65-
interrupt-controller: true
66-
6765
msi-controller: true
6866

6967
"#msi-cells":
@@ -73,7 +71,6 @@ required:
7371
- compatible
7472
- reg
7573
- interrupts
76-
- interrupt-controller
7774
- msi-controller
7875
- "#msi-cells"
7976

@@ -88,7 +85,6 @@ examples:
8885
compatible = "fsl,imx6sx-mu-msi";
8986
msi-controller;
9087
#msi-cells = <0>;
91-
interrupt-controller;
9288
reg = <0x5d270000 0x10000>, /* A side */
9389
<0x5d300000 0x10000>; /* B side */
9490
reg-names = "processor-a-side", "processor-b-side";

0 commit comments

Comments
 (0)