mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
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 <jacob.e.keller@intel.com> Signed-off-by: Diogo Ivo <diogo.ivo@siemens.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f18ad402cd
commit
71be1189c9
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user