diff options
author | Diogo Ivo <[email protected]> | 2024-06-17 16:21:44 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-06-19 10:56:10 +0100 |
commit | 71be1189c92bc1e92f99f8f675e03b24ed00c6ff (patch) | |
tree | 45878aa53eb84904329e5fabaf1f1886813e09d4 | |
parent | f18ad402cd8bdf8e4a85dd5f209ceefceceffd9c (diff) |
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]>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi index ef7897763ef8..0a29ed172215 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi @@ -73,3 +73,15 @@ "rx0", "rx1", "rxmgm0", "rxmgm1"; }; + +&icssg0_iep0 { + interrupt-parent = <&icssg0_intc>; + interrupts = <7 7 7>; + interrupt-names = "iep_cap_cmp"; +}; + +&icssg0_iep1 { + interrupt-parent = <&icssg0_intc>; + interrupts = <56 8 8>; + interrupt-names = "iep_cap_cmp"; +}; |