Skip to content

Commit

Permalink
dt-bindings: net: tsnep: Fix typo on generic nvmem property
Browse files Browse the repository at this point in the history
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: 603094b ("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]>
  • Loading branch information
miquelraynal authored and kuba-moo committed Nov 8, 2022
1 parent ed4314f commit ec683f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/net/engleder,tsnep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ properties:

nvmem-cells: true

nvmem-cells-names: true
nvmem-cell-names: true

phy-connection-type:
enum:
Expand Down

0 comments on commit ec683f0

Please sign in to comment.