mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 02:32:49 -04:00
arm64: dts: qcom: sa8775p: enable safety IRQ
Add changes to support safety IRQ handling support for ethernet. Signed-off-by: Suraj Jaiswal <quic_jsuraj@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240110111649.2256450-3-quic_jsuraj@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
0f893a2cb1
commit
e51b74f2da
@@ -2400,8 +2400,9 @@ ethernet1: ethernet@23000000 {
|
||||
<0x0 0x23016000 0x0 0x100>;
|
||||
reg-names = "stmmaceth", "rgmii";
|
||||
|
||||
interrupts = <GIC_SPI 929 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "macirq";
|
||||
interrupts = <GIC_SPI 929 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 781 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "macirq", "sfty";
|
||||
|
||||
clocks = <&gcc GCC_EMAC1_AXI_CLK>,
|
||||
<&gcc GCC_EMAC1_SLV_AHB_CLK>,
|
||||
@@ -2433,8 +2434,9 @@ ethernet0: ethernet@23040000 {
|
||||
<0x0 0x23056000 0x0 0x100>;
|
||||
reg-names = "stmmaceth", "rgmii";
|
||||
|
||||
interrupts = <GIC_SPI 946 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "macirq";
|
||||
interrupts = <GIC_SPI 946 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 782 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "macirq", "sfty";
|
||||
|
||||
clocks = <&gcc GCC_EMAC0_AXI_CLK>,
|
||||
<&gcc GCC_EMAC0_SLV_AHB_CLK>,
|
||||
|
||||
Reference in New Issue
Block a user