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

dt-bindings: net: ethernet-controller: fix typo in NVMEM

The correct property name is "nvmem-cell-names". This is what:
1. Was originally documented in the ethernet.txt
2. Is used in DTS files
3. Matches standard syntax for phandles
4. Linux net subsystem checks for

Fixes: 9d3de3c58347 ("dt-bindings: net: Add YAML schemas for the generic Ethernet options")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Rafał Miłecki and committed by
David S. Miller
af9d316f 6bf24dc0

+1 -1
+1 -1
Documentation/devicetree/bindings/net/ethernet-controller.yaml
··· 49 49 description: 50 50 Reference to an nvmem node for the MAC address 51 51 52 - nvmem-cells-names: 52 + nvmem-cell-names: 53 53 const: mac-address 54 54 55 55 phy-connection-type: