[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210329140317.23343-1-zajec5@gmail.com>
Date: Mon, 29 Mar 2021 16:03:17 +0200
From: Rafał Miłecki <zajec5@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Andrew Lunn <andrew@...n.ch>,
Maxime Ripard <mripard@...nel.org>,
Florian Fainelli <f.fainelli@...il.com>,
devicetree@...r.kernel.org,
Rafał Miłecki <rafal@...ecki.pl>
Subject: [PATCH net] dt-bindings: net: ethernet-controller: fix typo in NVMEM
From: Rafał Miłecki <rafal@...ecki.pl>
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@...ecki.pl>
---
Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index 4b7d1e5d003c..e8f04687a3e0 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -49,7 +49,7 @@ properties:
description:
Reference to an nvmem node for the MAC address
- nvmem-cells-names:
+ nvmem-cell-names:
const: mac-address
phy-connection-type:
--
2.26.2
Powered by blists - more mailing lists