Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: marvell,orion-mdio: Set unevaluatedProperties to false

When the binding was converted it appeared necessary to set
'unevaluatedProperties: true' because of the switch devices on the
turris-mox board. Actually the error was because of the reg property
being incorrect causing the rest of the properties to be unevaluated.

After the reg properties are fixed for turris-mox we can set
'unevaluatedProperties: false' as is generally expected.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Chris Packham and committed by
David S. Miller
32d0efab 9fd914bb

+1 -1
+1 -1
Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml
··· 39 39 - compatible 40 40 - reg 41 41 42 - unevaluatedProperties: true 42 + unevaluatedProperties: false 43 43 44 44 examples: 45 45 - |