Skip to content

Commit b3b75ac

Browse files
aford173Shawn Guo
authored andcommitted
arm64: dts: imx8mp: Fix missing GPC Interrupt
The GPC node references an interrupt parent, but it doesn't state the interrupt itself. According to the TRM, this IRQ is 87. This also eliminate an error detected from dt_binding_check Fixes: fc0f051 ("arm64: dts: imx8mp: add GPC node with GPU power domains") Signed-off-by: Adam Ford <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 21b84eb commit b3b75ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@
524524
compatible = "fsl,imx8mp-gpc";
525525
reg = <0x303a0000 0x1000>;
526526
interrupt-parent = <&gic>;
527+
interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
527528
interrupt-controller;
528529
#interrupt-cells = <3>;
529530

0 commit comments

Comments
 (0)