diff options
author | Miquel Raynal <[email protected]> | 2022-11-04 17:21:47 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-11-07 17:53:42 -0800 |
commit | ec683f02a150b9c4428f08accd387c8c216ea0e5 (patch) | |
tree | b4d79a18d379a3c923fd3137ae183501b238e170 | |
parent | ed4314f7729714d788698ade4f9905ee5378ebc0 (diff) |
dt-bindings: net: tsnep: Fix typo on generic nvmem property
While working on the nvmem description I figured out this file had the
"nvmem-cell-names" property name misspelled. Fix the typo, as
"nvmem-cells-names" has never existed.
Fixes: 603094b2cdb7 ("dt-bindings: net: Add tsnep Ethernet controller")
Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Gerhard Engleder <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/engleder,tsnep.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml index 5bd964a46a9d..a6921e805e37 100644 --- a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml +++ b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml @@ -47,7 +47,7 @@ properties: nvmem-cells: true - nvmem-cells-names: true + nvmem-cell-names: true phy-connection-type: enum: |