Skip to content

Commit f02b0f0

Browse files
robherringarndb
authored andcommitted
arm: dts: Fix dtc interrupt_map warnings
The dtc interrupt_map warning is off because its dependency, interrupt_provider, is off by default. Fix all the warnings so it can be enabled. Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 91adecf commit f02b0f0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

arch/arm/boot/dts/intel/ixp/intel-ixp42x-gateway-7001.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
* We have slots (IDSEL) 1 and 2 with one assigned IRQ
6161
* each handling all IRQs.
6262
*/
63+
#interrupt-cells = <1>;
64+
interrupt-map-mask = <0xf800 0 0 7>;
6365
interrupt-map =
6466
/* IDSEL 1 */
6567
<0x0800 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 11 */

arch/arm/boot/dts/intel/ixp/intel-ixp42x-goramo-multilink.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
* The slots have Ethernet, Ethernet, NEC and MPCI.
9090
* The IDSELs are 11, 12, 13, 14.
9191
*/
92+
#interrupt-cells = <1>;
93+
interrupt-map-mask = <0xf800 0 0 7>;
9294
interrupt-map =
9395
/* IDSEL 11 - Ethernet A */
9496
<0x5800 0 0 1 &gpio0 4 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 11 is irq 4 */

arch/arm/boot/dts/qcom/qcom-sdx55.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@
340340
"msi8";
341341
#interrupt-cells = <1>;
342342
interrupt-map-mask = <0 0 0 0x7>;
343-
interrupt-map = <0 0 0 1 &intc 0 0 0 141 IRQ_TYPE_LEVEL_HIGH>, /* int_a */
344-
<0 0 0 2 &intc 0 0 0 142 IRQ_TYPE_LEVEL_HIGH>, /* int_b */
345-
<0 0 0 3 &intc 0 0 0 143 IRQ_TYPE_LEVEL_HIGH>, /* int_c */
346-
<0 0 0 4 &intc 0 0 0 144 IRQ_TYPE_LEVEL_HIGH>; /* int_d */
343+
interrupt-map = <0 0 0 1 &intc 0 141 IRQ_TYPE_LEVEL_HIGH>, /* int_a */
344+
<0 0 0 2 &intc 0 142 IRQ_TYPE_LEVEL_HIGH>, /* int_b */
345+
<0 0 0 3 &intc 0 143 IRQ_TYPE_LEVEL_HIGH>, /* int_c */
346+
<0 0 0 4 &intc 0 144 IRQ_TYPE_LEVEL_HIGH>; /* int_d */
347347

348348
clocks = <&gcc GCC_PCIE_PIPE_CLK>,
349349
<&gcc GCC_PCIE_AUX_CLK>,

0 commit comments

Comments
 (0)