diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-05-10 11:35:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-11 00:14:29 +0200 |
commit | 51828950272d192ecab06da399d58941d2fd4952 (patch) | |
tree | 232bbbec90cdb94f2edd7899a293283793d048fe /Documentation/devicetree/bindings/net/wireless | |
parent | of_net: remove nvmem-mac-address property (diff) | |
download | linux-51828950272d192ecab06da399d58941d2fd4952.tar.xz linux-51828950272d192ecab06da399d58941d2fd4952.zip |
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/wireless')
-rw-r--r-- | Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt index 74665502f4cf..7e675dafc256 100644 --- a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt +++ b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt @@ -16,8 +16,8 @@ Optional properties: - ieee80211-freq-limit: See ieee80211.txt - mediatek,mtd-eeprom: Specify a MTD partition + offset containing EEPROM data -The driver is using of_get_mac_address API, so the MAC address can be as well -be set with corresponding optional properties defined in net/ethernet.txt. +The MAC address can as well be set with corresponding optional properties +defined in net/ethernet.txt. Optional nodes: - led: Properties for a connected LED |