diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-05-10 12:35:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-11 01:14:29 +0300 |
commit | 51828950272d192ecab06da399d58941d2fd4952 (patch) | |
tree | 232bbbec90cdb94f2edd7899a293283793d048fe /Documentation/devicetree/bindings/net/keystone-netcp.txt | |
parent | 265749861a2483263e6cd4c5e305640e4651c110 (diff) | |
download | linux-51828950272d192ecab06da399d58941d2fd4952.tar.xz |
dt-bindings: doc: net: remove Linux API references
In commit 687e3d5550c7 ("dt-bindings: doc: reflect new NVMEM
of_get_mac_address behaviour") I've kept or added references to Linux
of_get_mac_address API which is unwanted so this patch fixes that by
removing those references.
Fixes: 687e3d5550c7 ("dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour")
Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/keystone-netcp.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/keystone-netcp.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/net/keystone-netcp.txt b/Documentation/devicetree/bindings/net/keystone-netcp.txt index 3a65aabc76a2..6262c2f293b0 100644 --- a/Documentation/devicetree/bindings/net/keystone-netcp.txt +++ b/Documentation/devicetree/bindings/net/keystone-netcp.txt @@ -139,9 +139,9 @@ Optional properties: sub-module attached to this interface. The MAC address will be determined using the optional properties defined in -ethernet.txt, as provided by the of_get_mac_address API and only if efuse-mac -is set to 0. If any of the optional MAC address properties are not present, -then the driver will use random MAC address. +ethernet.txt and only if efuse-mac is set to 0. If all of the optional MAC +address properties are not present, then the driver will use a random MAC +address. Example binding: |