diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-11-04 19:21:47 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-11-08 04:53:42 +0300 |
commit | ec683f02a150b9c4428f08accd387c8c216ea0e5 (patch) | |
tree | b4d79a18d379a3c923fd3137ae183501b238e170 /Documentation | |
parent | ed4314f7729714d788698ade4f9905ee5378ebc0 (diff) | |
download | linux-ec683f02a150b9c4428f08accd387c8c216ea0e5.tar.xz |
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 <miquel.raynal@bootlin.com>
Reviewed-by: Gerhard Engleder <gerhard@engleder-embedded.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221104162147.1288230-1-miquel.raynal@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-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: |