All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties
@ 2021-03-29 15:33 Rafał Miłecki
  2021-03-29 23:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Rafał Miłecki @ 2021-03-29 15:33 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski
  Cc: netdev, Rob Herring, Florian Fainelli, devicetree,
	bcm-kernel-feedback-list, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

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-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml b/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml
index 79c38ea14237..13c26f23a820 100644
--- a/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml
+++ b/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml
@@ -32,7 +32,7 @@ required:
   - interrupts
   - interrupt-names
 
-additionalProperties: false
+unevaluatedProperties: false
 
 examples:
   - |
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties
  2021-03-29 15:33 [PATCH net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties Rafał Miłecki
@ 2021-03-29 23:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-29 23:30 UTC (permalink / raw)
  To: =?utf-8?b?UmFmYcWCIE1pxYJlY2tpIDx6YWplYzVAZ21haWwuY29tPg==?=
  Cc: davem, kuba, netdev, robh+dt, f.fainelli, devicetree,
	bcm-kernel-feedback-list, rafal

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 <rafal@milecki.pl>
> 
> 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-off-by: Rafał Miłecki <rafal@milecki.pl>
> 
> [...]

Here is the summary with links:
  - [net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties
    https://git.kernel.org/netdev/net/c/4cd7bd599e27

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-29 23:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 15:33 [PATCH net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties Rafał Miłecki
2021-03-29 23:30 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.