On Wed, 20 Jul 2022 08:39:24 +0200, Alexander Stein wrote: > These properties are inherited from ethernet-controller.yaml. > This fixes the dt_binding_check warning: > imx8mm-tqma8mqml-mba8mx.dt.yaml: ethernet@30be0000: 'nvmem-cell-names', > 'nvmem-cells' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx> > --- > Changes in v3: > * Use nvmem-cells/nvmem-cell-names properties from ethernet-controller.yaml > * Set unevaluatedProperties instead of additionalProperties > > Changes in v2: > * Add amount and names of nvmem-cells (copied from ethernet-controller.yaml) > > Documentation/devicetree/bindings/net/fsl,fec.yaml | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>