diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-03-29 16:03:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-14 08:24:18 +0200 |
commit | 3dbafee8426fad831cdf8c41d28606da185c0613 (patch) | |
tree | e60fb66a4a42e865b36b6d1af902bf316b40543a /Documentation | |
parent | f4c5968da7734ebbe112c1fa7d1318f990d42708 (diff) | |
download | linux-stable-3dbafee8426fad831cdf8c41d28606da185c0613.tar.gz linux-stable-3dbafee8426fad831cdf8c41d28606da185c0613.tar.bz2 linux-stable-3dbafee8426fad831cdf8c41d28606da185c0613.zip |
dt-bindings: net: ethernet-controller: fix typo in NVMEM
commit af9d316f3dd6d1385fbd1631b5103e620fc4298a upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index 4f78e9a6da60..fcafce635ff0 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -51,7 +51,7 @@ properties: description: Reference to an nvmem node for the MAC address - nvmem-cells-names: + nvmem-cell-names: const: mac-address phy-connection-type: |