Merge branch 'dt-bindings-net-child-node-schema-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 15:56:39 +0000 (08:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 15:56:40 +0000 (08:56 -0700)
commit4b316e0700b6fdf585cacef2d7cb9f7d2a5275a0
tree1ae7b5f0b2198b0e20b182d5b1d19922ad518c60
parentdcf02bac377e48a4864ed2b4e1ffef84fcb8284f
parent31f47f303c6b15d1d6fde74e9ba108465ed58c51
Merge branch 'dt-bindings-net-child-node-schema-cleanups'

Rob Herring says:

====================
dt-bindings: net: Child node schema cleanups

This is a series of clean-ups related to ensuring that child node
schemas are constrained to not allow undefined properties. Typically,
that means just adding additionalProperties or unevaluatedProperties as
appropriate. The DSA/switch schemas turned out to be a bit more
involved, so there's some more fixes and a bit of restructuring in them.
====================

Link: https://lore.kernel.org/r/20231016-dt-net-cleanups-v1-0-a525a090b444@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>