Re: [PATCH] dt-bindings: net: Fix unevaluatedProperties warnings in examples

From: Rob Herring
Date: Tue May 31 2022 - 11:20:37 EST


On Wed, May 25, 2022 at 08:41:48PM -0500, Rob Herring wrote:
> 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@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 -
> Documentation/devicetree/bindings/net/mediatek,net.yaml | 3 +++
> Documentation/devicetree/bindings/net/mediatek-dwmac.yaml | 3 +++
> .../devicetree/bindings/net/wireless/mediatek,mt76.yaml | 2 +-
> 4 files changed, 7 insertions(+), 2 deletions(-)

Applied, thanks.