diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2025-05-09 14:04:30 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-05-12 18:46:44 -0700 |
commit | a29a72866616ef670c4b050419c6753ca6b0245c (patch) | |
tree | 49dcfc3a7201a430d1a26b956a30bd20e5133cc1 | |
parent | 6bf78849371d392d2b276eba00d176062c8431db (diff) |
dt-bindings: vertexcom-mse102x: Fix IRQ type in example
According to the MSE102x documentation the trigger type is a
high level.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20250509120435.43646-2-wahrenst@gmx.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml b/Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml index 4158673f723c..8359de7ad272 100644 --- a/Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml +++ b/Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml @@ -63,7 +63,7 @@ examples: compatible = "vertexcom,mse1021"; reg = <0>; interrupt-parent = <&gpio>; - interrupts = <23 IRQ_TYPE_EDGE_RISING>; + interrupts = <23 IRQ_TYPE_LEVEL_HIGH>; spi-cpha; spi-cpol; spi-max-frequency = <7142857>; |