diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2022-03-04 14:08:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-03-04 16:03:09 +0300 |
commit | b066ad26ebf2cabcd961eab33910f19a0e79593b (patch) | |
tree | ff402dd4812faa36d41e0544a35e0b5068f66c68 /Documentation | |
parent | 8f68f53a9325cf4413e262bc28d904a825e5f141 (diff) | |
download | linux-b066ad26ebf2cabcd961eab33910f19a0e79593b.tar.xz |
dt-bindings: net: sparx5: Extend with the ptp interrupt
Extend dt-bindings for sparx5 with ptp interrupt. This is generated
when doing 2-step timestamping and the timestamp can be read from the
FIFO.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml b/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml index 347b912a46bb..6c86d3d85e99 100644 --- a/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml +++ b/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml @@ -53,12 +53,14 @@ properties: items: - description: register based extraction - description: frame dma based extraction + - description: ptp interrupt interrupt-names: minItems: 1 items: - const: xtr - const: fdma + - const: ptp resets: items: |