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

dt-bindings: serial: 8250_omap: allow serdev subnodes

additionalProperties: false
ignores the pattern matching for serdev objects in serial.yaml, causing
error messages when serdev subnodes like bluetooth or gnss devices are
defined. Using unevaluatedProperties instead is the correct way
if arbitrary children nodes can appear.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://lore.kernel.org/r/20211001211731.2923066-1-andreas@kemnade.info
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andreas Kemnade and committed by
Greg Kroah-Hartman
4c9883e1 3aee752c

+1 -1
+1 -1
Documentation/devicetree/bindings/serial/8250_omap.yaml
··· 86 86 - reg 87 87 - interrupts 88 88 89 - additionalProperties: false 89 + unevaluatedProperties: false 90 90 91 91 if: 92 92 properties: