Message ID | 20240617-iep-v4-3-fa20ff4141a3@siemens.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Enable PTP timestamping/PPS for AM65x SR1.0 devices | expand |
On Mon, Jun 17, 2024 at 04:21:42PM +0100, Diogo Ivo wrote: > The IEP interrupt is used in order to support both capture events, where > an incoming external signal gets timestamped on arrival, and compare > events, where an interrupt is generated internally when the IEP counter > reaches a programmed value. > > Signed-off-by: Diogo Ivo <diogo.ivo@siemens.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/net/ti,icss-iep.yaml b/Documentation/devicetree/bindings/net/ti,icss-iep.yaml index f5c22d6dcaee..e36e3a622904 100644 --- a/Documentation/devicetree/bindings/net/ti,icss-iep.yaml +++ b/Documentation/devicetree/bindings/net/ti,icss-iep.yaml @@ -28,6 +28,15 @@ properties: maxItems: 1 description: phandle to the IEP source clock + interrupts: + maxItems: 1 + description: + Interrupt specifier for capture/compare IRQ. + + interrupt-names: + items: + - const: iep_cap_cmp + required: - compatible - reg
The IEP interrupt is used in order to support both capture events, where an incoming external signal gets timestamped on arrival, and compare events, where an interrupt is generated internally when the IEP counter reaches a programmed value. Signed-off-by: Diogo Ivo <diogo.ivo@siemens.com> --- Documentation/devicetree/bindings/net/ti,icss-iep.yaml | 9 +++++++++ 1 file changed, 9 insertions(+)