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,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 <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240925173438.1906339-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

-4
-4
Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.yaml
··· 62 62 - const: processor-a-side 63 63 - const: processor-b-side 64 64 65 - interrupt-controller: true 66 - 67 65 msi-controller: true 68 66 69 67 "#msi-cells": ··· 71 73 - compatible 72 74 - reg 73 75 - interrupts 74 - - interrupt-controller 75 76 - msi-controller 76 77 - "#msi-cells" 77 78 ··· 85 88 compatible = "fsl,imx6sx-mu-msi"; 86 89 msi-controller; 87 90 #msi-cells = <0>; 88 - interrupt-controller; 89 91 reg = <0x5d270000 0x10000>, /* A side */ 90 92 <0x5d300000 0x10000>; /* B side */ 91 93 reg-names = "processor-a-side", "processor-b-side";