netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/bindings: net: fix sfp mod-def0 signal
@ 2022-06-06  9:18 Angelo Dureghello
  2022-06-06 12:39 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Angelo Dureghello @ 2022-06-06  9:18 UTC (permalink / raw)
  To: davem, pabeni; +Cc: rmk+kernel, netdev, Angelo Dureghello

Checked both by driver code and functionally, module plug works
when gpio is set as GPIO_ACTIVE_LOW.

Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
---
 Documentation/devicetree/bindings/net/sff,sfp.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/sff,sfp.txt b/Documentation/devicetree/bindings/net/sff,sfp.txt
index 832139919f20..101a025a0c0f 100644
--- a/Documentation/devicetree/bindings/net/sff,sfp.txt
+++ b/Documentation/devicetree/bindings/net/sff,sfp.txt
@@ -13,7 +13,7 @@ Required properties:
 Optional Properties:
 
 - mod-def0-gpios : GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS)
-  module presence input gpio signal, active (module absent) high. Must
+  module presence input gpio signal, active (module absent) low. Must
   not be present for SFF modules
 
 - los-gpios : GPIO phandle and a specifier of the Receiver Loss of Signal
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-06 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06  9:18 [PATCH] Documentation/bindings: net: fix sfp mod-def0 signal Angelo Dureghello
2022-06-06 12:39 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).