diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-11-09 19:12:26 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-11-20 18:55:30 -0800 |
commit | d2868fc9335c7ec557fe6ec7e485a32bb610e9dc (patch) | |
tree | 95baac2751102befb7357e873f9cee66d872a5f6 /Documentation/devicetree/bindings/net/dsa/dsa.yaml | |
parent | 91d1d92a89e0865c5b0cf76605f2f1581f3f0904 (diff) |
dt-bindings: net: dsa: Document sfp and managed properties
The 'sfp' and 'managed' properties are commonly used to describe
Ethernet switch ports connecting to SFP/SFF cages, describe these two
properties as valid that we inherit from ethernet-controller.yaml.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/net/dsa/dsa.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/dsa.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.yaml b/Documentation/devicetree/bindings/net/dsa/dsa.yaml index 5f8f5177938a..8e044631bcf7 100644 --- a/Documentation/devicetree/bindings/net/dsa/dsa.yaml +++ b/Documentation/devicetree/bindings/net/dsa/dsa.yaml @@ -78,6 +78,10 @@ patternProperties: mac-address: true + sfp: true + + managed: true + required: - reg |