Message ID | 0f2d1bcb431827b65b2c0ba6619d9126ec97da72.1737118595.git.geert+renesas@glider.be |
---|---|
State | Superseded |
Headers | show |
Series | LAN966x PCIe endpoint cleanups | expand |
On 17/01/2025 14:04, Geert Uytterhoeven wrote: > Reword the description, to make it clear that the LAN966x Outbound > Interrupt Controller is used only in PCI endpoint mode. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > v2: Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi Geert, On Fri, 17 Jan 2025 14:04:36 +0100 Geert Uytterhoeven <geert+renesas@glider.be> wrote: > Reword the description, to make it clear that the LAN966x Outbound > Interrupt Controller is used only in PCI endpoint mode. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > v2: > - New. > --- > .../bindings/interrupt-controller/microchip,lan966x-oic.yaml | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > Acked-by: Herve Codina <herve.codina@bootlin.com> Best regards, Hervé
diff --git a/Documentation/devicetree/bindings/interrupt-controller/microchip,lan966x-oic.yaml b/Documentation/devicetree/bindings/interrupt-controller/microchip,lan966x-oic.yaml index b2adc71741770940..dca16e202da992cd 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/microchip,lan966x-oic.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/microchip,lan966x-oic.yaml @@ -14,9 +14,8 @@ allOf: description: | The Microchip LAN966x outband interrupt controller (OIC) maps the internal - interrupt sources of the LAN966x device to an external interrupt. - When the LAN966x device is used as a PCI device, the external interrupt is - routed to the PCI interrupt. + interrupt sources of the LAN966x device to a PCI interrupt when the LAN966x + device is used as a PCI device. properties: compatible:
Reword the description, to make it clear that the LAN966x Outbound Interrupt Controller is used only in PCI endpoint mode. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- v2: - New. --- .../bindings/interrupt-controller/microchip,lan966x-oic.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)