Commit 71be1189 authored by Diogo Ivo's avatar Diogo Ivo Committed by David S. Miller
Browse files

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: default avatarJacob Keller <jacob.e.keller@intel.com>
Signed-off-by: default avatarDiogo Ivo <diogo.ivo@siemens.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f18ad402
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -73,3 +73,15 @@ &icssg0_eth {
		    "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";
};