Skip to content

Commit ec683f0

Browse files
miquelraynalkuba-moo
authored andcommitted
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: 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]>
1 parent ed4314f commit ec683f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/engleder,tsnep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ properties:
4747

4848
nvmem-cells: true
4949

50-
nvmem-cells-names: true
50+
nvmem-cell-names: true
5151

5252
phy-connection-type:
5353
enum:

0 commit comments

Comments
 (0)