]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: vertexcom-mse102x: Fix IRQ type in example
authorStefan Wahren <wahrenst@gmx.net>
Fri, 9 May 2025 12:04:30 +0000 (14:04 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 13 May 2025 01:46:44 +0000 (18:46 -0700)
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>
Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml

index 4158673f723c9ec46b5e0843fb2d97f910ac6b4a..8359de7ad272e217c1babf65804c90fae2d03ad9 100644 (file)
@@ -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>;