diff options
| author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-12-19 00:49:39 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-12-20 14:44:05 +0300 |
| commit | 40304e984ab4ac4bf7303c6bf438eeff20af58ac (patch) | |
| tree | ec709486088f2877385533dd85e5bba400a01278 | |
| parent | ef14049f4db9b9661f0f7cdf8c72a902a6c2deeb (diff) | |
| download | linux-40304e984ab4ac4bf7303c6bf438eeff20af58ac.tar.xz | |
dt-bindings: net: lan966x: Extend with the analyzer interrupt
Extend dt-bindings for lan966x with analyzer interrupt.
This interrupt can be generated for example when the HW learn/forgets
an entry in the MAC table.
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml index 5bee665d5fcf..e79e4e166ad8 100644 --- a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml +++ b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml @@ -37,12 +37,14 @@ properties: items: - description: register based extraction - description: frame dma based extraction + - description: analyzer interrupt interrupt-names: minItems: 1 items: - const: xtr - const: fdma + - const: ana resets: items: |
