Commit 5030a9a0 authored by Alexander Stein's avatar Alexander Stein Committed by Jakub Kicinski

dt-bindings: net: fsl,fec: Add nvmem-cells / nvmem-cell-names properties

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: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220720063924.1412799-1-alexander.stein@ew.tq-group.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 086f8246
...@@ -121,6 +121,10 @@ properties: ...@@ -121,6 +121,10 @@ properties:
mac-address: true mac-address: true
nvmem-cells: true
nvmem-cell-names: true
tx-internal-delay-ps: tx-internal-delay-ps:
enum: [0, 2000] enum: [0, 2000]
...@@ -213,7 +217,7 @@ required: ...@@ -213,7 +217,7 @@ required:
# least undocumented properties. However, PHY may have a deprecated option to # least undocumented properties. However, PHY may have a deprecated option to
# place PHY OF properties in the MAC node, such as Micrel PHY, and we can find # place PHY OF properties in the MAC node, such as Micrel PHY, and we can find
# these boards which is based on i.MX6QDL. # these boards which is based on i.MX6QDL.
additionalProperties: false unevaluatedProperties: false
examples: examples:
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment