diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-05-22 12:18:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-23 14:34:27 -0400 |
commit | 3e48439347d56cd1b3d3d07a93bed2b0c6b129fe (patch) | |
tree | 580a061017e14731a212838e8ba0eb663bcc2973 /Documentation/devicetree/bindings/net | |
parent | 66ede1f9c9466cdf866b4be40a814a140d5df60a (diff) | |
download | linux-3e48439347d56cd1b3d3d07a93bed2b0c6b129fe.tar.bz2 |
Documentation/bindings: net: the sfp i2c-bus property is now mandatory
The i2c-bus property for sfp modules was made mandatory. Update the
documentation to keep it in sync with the driver's behaviour.
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/sff,sfp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/sff,sfp.txt b/Documentation/devicetree/bindings/net/sff,sfp.txt index 929591d52ed6..832139919f20 100644 --- a/Documentation/devicetree/bindings/net/sff,sfp.txt +++ b/Documentation/devicetree/bindings/net/sff,sfp.txt @@ -7,11 +7,11 @@ Required properties: "sff,sfp" for SFP modules "sff,sff" for soldered down SFF modules -Optional Properties: - - i2c-bus : phandle of an I2C bus controller for the SFP two wire serial interface +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 not be present for SFF modules |