Skip to content

Commit 422ab8f

Browse files
JassiBrarsudeep-holla
authored andcommitted
arm64: dts: juno: Add missing MHU secure-irq
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]>
1 parent 2a9eb57 commit 422ab8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
compatible = "arm,mhu", "arm,primecell";
2727
reg = <0x0 0x2b1f0000 0x0 0x1000>;
2828
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
29-
<GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
29+
<GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
30+
<GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
3031
#mbox-cells = <1>;
3132
clocks = <&soc_refclk100mhz>;
3233
clock-names = "apb_pclk";

0 commit comments

Comments
 (0)