Re: [PATCH net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties

2021-03-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 29 Mar 2021 17:33:28 +0200 you wrote: > From: Rafał Miłecki > > This binding file uses $ref: ethernet-controller.yaml# so it's required > to use "unevaluatedProperties" (instead of "additionalProperties") to > make Eth

[PATCH net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties

2021-03-29 Thread Rafał Miłecki
From: Rafał Miłecki This binding file uses $ref: ethernet-controller.yaml# so it's required to use "unevaluatedProperties" (instead of "additionalProperties") to make Ethernet properties validate. Fixes: f08b5cf1eb1f ("dt-bindings: net: bcm4908-enet: include ethernet-controller.yaml") Signed-of