Skip to content

Commit 3c1df79

Browse files
tq-steinaShawn Guo
authored andcommitted
ARM: dts: imx6qdl: Add default GIC address cells
Add missing address-cells 0 to GPC interrupt node to silence W=1 warning: imx6qdl.dtsi:281.4-284.29: Warning (interrupt_map): /soc/pcie@1ffc000:interrupt-map: Missing property '#address-cells' in node /soc/bus@2000000/gpc@20dc000, using 0 as fallback Value '0' is correct because: 1. GPC interrupt controller children are only power domains, 2. interrupt-map property (in PCI node) consists of five components and the fourth component "parent unit address", which size is defined by '#address-cells' of the node pointed to by the interrupt-parent component, is not used (=0) Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 8f0b4cc commit 3c1df79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@
875875
gpc: gpc@20dc000 {
876876
compatible = "fsl,imx6q-gpc";
877877
reg = <0x020dc000 0x4000>;
878+
#address-cells = <0>;
878879
interrupt-controller;
879880
#interrupt-cells = <3>;
880881
interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)