Skip to content

Commit f1bc387

Browse files
Suraj JaiswalNipaLocal
Suraj Jaiswal
authored and
NipaLocal
committed
arm64: dts: qcom: sa8775p: enable safety IRQ
Add changes to support safety IRQ handling support for ethernet. Signed-off-by: Suraj Jaiswal <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent ff997bf commit f1bc387

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

arch/arm64/boot/dts/qcom/sa8775p.dtsi

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,8 +2340,9 @@
23402340
<0x0 0x23016000 0x0 0x100>;
23412341
reg-names = "stmmaceth", "rgmii";
23422342

2343-
interrupts = <GIC_SPI 929 IRQ_TYPE_LEVEL_HIGH>;
2344-
interrupt-names = "macirq";
2343+
interrupts = <GIC_SPI 929 IRQ_TYPE_LEVEL_HIGH>,
2344+
<GIC_SPI 781 IRQ_TYPE_LEVEL_HIGH>;
2345+
interrupt-names = "macirq", "sfty";
23452346

23462347
clocks = <&gcc GCC_EMAC1_AXI_CLK>,
23472348
<&gcc GCC_EMAC1_SLV_AHB_CLK>,
@@ -2373,8 +2374,9 @@
23732374
<0x0 0x23056000 0x0 0x100>;
23742375
reg-names = "stmmaceth", "rgmii";
23752376

2376-
interrupts = <GIC_SPI 946 IRQ_TYPE_LEVEL_HIGH>;
2377-
interrupt-names = "macirq";
2377+
interrupts = <GIC_SPI 946 IRQ_TYPE_LEVEL_HIGH>,
2378+
<GIC_SPI 782 IRQ_TYPE_LEVEL_HIGH>;
2379+
interrupt-names = "macirq", "sfty";
23782380

23792381
clocks = <&gcc GCC_EMAC0_AXI_CLK>,
23802382
<&gcc GCC_EMAC0_SLV_AHB_CLK>,

0 commit comments

Comments
 (0)