Skip to content

Commit 504253e

Browse files
jim2101024bjorn-helgaas
authored andcommitted
dt-bindings: PCI: Correct brcmstb interrupts, interrupt-map.
The "pcie" and "msi" interrupts were given the same interrupt when they are actually different. Interrupt-map only had the INTA entry; add the INTB, INTC, and INTD entries. Link: https://lore.kernel.org/r/20220106160332.2143-3-jim2101024@gmail.com Signed-off-by: Jim Quinlan <jim2101024@gmail.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Rob Herring <robh@kernel.org>
1 parent 41ac424 commit 504253e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,15 @@ examples:
143143
#address-cells = <3>;
144144
#size-cells = <2>;
145145
#interrupt-cells = <1>;
146-
interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
146+
interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
147147
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
148148
interrupt-names = "pcie", "msi";
149149
interrupt-map-mask = <0x0 0x0 0x0 0x7>;
150-
interrupt-map = <0 0 0 1 &gicv2 GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
150+
interrupt-map = <0 0 0 1 &gicv2 GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH
151+
0 0 0 2 &gicv2 GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH
152+
0 0 0 3 &gicv2 GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH
153+
0 0 0 4 &gicv2 GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
154+
151155
msi-parent = <&pcie0>;
152156
msi-controller;
153157
ranges = <0x02000000 0x0 0xf8000000 0x6 0x00000000 0x0 0x04000000>;

0 commit comments

Comments
 (0)