Skip to content

Commit 71be118

Browse files
diogo-ivodavem330
authored andcommitted
arm64: dts: ti: iot2050: Add IEP interrupts for SR1.0 devices
Add the interrupts needed for PTP Hardware Clock support via IEP in SR1.0 devices. Reviewed-by: Jacob Keller <[email protected]> Signed-off-by: Diogo Ivo <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f18ad40 commit 71be118

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,15 @@
7373
"rx0", "rx1",
7474
"rxmgm0", "rxmgm1";
7575
};
76+
77+
&icssg0_iep0 {
78+
interrupt-parent = <&icssg0_intc>;
79+
interrupts = <7 7 7>;
80+
interrupt-names = "iep_cap_cmp";
81+
};
82+
83+
&icssg0_iep1 {
84+
interrupt-parent = <&icssg0_intc>;
85+
interrupts = <56 8 8>;
86+
interrupt-names = "iep_cap_cmp";
87+
};

0 commit comments

Comments
 (0)