Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Petr Štetiar and committed by
David S. Miller
51828950 26574986

+5 -5
+3 -3
Documentation/devicetree/bindings/net/keystone-netcp.txt
··· 139 139 sub-module attached to this interface. 140 140 141 141 The MAC address will be determined using the optional properties defined in 142 - ethernet.txt, as provided by the of_get_mac_address API and only if efuse-mac 143 - is set to 0. If any of the optional MAC address properties are not present, 144 - then the driver will use random MAC address. 142 + ethernet.txt and only if efuse-mac is set to 0. If all of the optional MAC 143 + address properties are not present, then the driver will use a random MAC 144 + address. 145 145 146 146 Example binding: 147 147
+2 -2
Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt
··· 16 16 - ieee80211-freq-limit: See ieee80211.txt 17 17 - mediatek,mtd-eeprom: Specify a MTD partition + offset containing EEPROM data 18 18 19 - The driver is using of_get_mac_address API, so the MAC address can be as well 20 - be set with corresponding optional properties defined in net/ethernet.txt. 19 + The MAC address can as well be set with corresponding optional properties 20 + defined in net/ethernet.txt. 21 21 22 22 Optional nodes: 23 23 - led: Properties for a connected LED