]> www.infradead.org Git - nvme.git/commitdiff
arm64: dts: ti: iot2050: Add IEP interrupts for SR1.0 devices
authorDiogo Ivo <diogo.ivo@siemens.com>
Mon, 17 Jun 2024 15:21:44 +0000 (16:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2024 09:56:10 +0000 (10:56 +0100)
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>
arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi

index ef7897763ef84fc45078f6a99565d15609a44331..0a29ed172215bd8d847c1f1d5c786a5eb3c78920 100644 (file)
                    "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";
+};