]> Git Repo - linux.git/commitdiff
arm64: dts: juno: Add missing MHU secure-irq
authorJassi Brar <[email protected]>
Mon, 1 Aug 2022 14:10:05 +0000 (09:10 -0500)
committerSudeep Holla <[email protected]>
Mon, 15 Aug 2022 13:54:22 +0000 (14:54 +0100)
The MHU secure interrupt exists physically but is missing in the DT node.

Specify the interrupt in DT node to fix a warning on Arm Juno board:
   mhu@2b1f0000: interrupts: [[0, 36, 4], [0, 35, 4]] is too short

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jassi Brar <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
arch/arm64/boot/dts/arm/juno-base.dtsi

index 8d0d45d168d1338e286229dddb8fcd29d5bcb2cc..2f27619d8abd59855c46cd6f899575ae278f75e1 100644 (file)
@@ -26,7 +26,8 @@
                compatible = "arm,mhu", "arm,primecell";
                reg = <0x0 0x2b1f0000 0x0 0x1000>;
                interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
-                            <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
+                            <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
                #mbox-cells = <1>;
                clocks = <&soc_refclk100mhz>;
                clock-names = "apb_pclk";
This page took 0.061931 seconds and 4 git commands to generate.