Skip to content

Commit 438a15b

Browse files
tq-steinadlezcano
authored andcommitted
dt-bindings: net: microchip: Allow nvmem-cell usage
MAC address can be provided by a nvmem-cell, thus allow referencing a source for the address. Fixes the warning: arch/arm/boot/dts/nxp/imx/imx6q-mba6a.dtb: ethernet@1: 'nvmem-cell-names', 'nvmem-cells' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: Documentation/devicetree/bindings/net/microchip,lan95xx.yaml Signed-off-by: Alexander Stein <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 98bcee2 commit 438a15b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/net/microchip,lan95xx.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ properties:
4444

4545
local-mac-address: true
4646
mac-address: true
47+
nvmem-cells: true
48+
nvmem-cell-names: true
4749

4850
required:
4951
- compatible

0 commit comments

Comments
 (0)