diff options
author | Rob Herring <robh@kernel.org> | 2022-05-25 20:41:48 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-31 21:25:11 -0500 |
commit | 0a1e19c8a639545ab5912913aba2dd3893cf72fa (patch) | |
tree | e734a37d4a2141b8bb43ba56573fa0a07f186fb7 /Documentation/devicetree/bindings/net/mediatek,net.yaml | |
parent | bcd7ec2cd720d5034a95d42f7ba3276b5e917bda (diff) |
dt-bindings: net: Fix unevaluatedProperties warnings in examples
The 'unevaluatedProperties' schema checks is not fully working and doesn't
catch some cases where there's a $ref to another schema. A fix is pending,
but results in new warnings in examples. Fix the warnings by removing
spurious properties or adding missing properties to the schema.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220526014149.2872762-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/net/mediatek,net.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/mediatek,net.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/mediatek,net.yaml b/Documentation/devicetree/bindings/net/mediatek,net.yaml index 699164dd1295..f5564ecddb62 100644 --- a/Documentation/devicetree/bindings/net/mediatek,net.yaml +++ b/Documentation/devicetree/bindings/net/mediatek,net.yaml @@ -27,6 +27,9 @@ properties: reg: maxItems: 1 + clocks: true + clock-names: true + interrupts: minItems: 3 maxItems: 4 |