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

dt-bindings: arm,psci: Add missing unevaluatedProperties on child node schemas

Just as unevaluatedProperties or additionalProperties are required at
the top level of schemas, they should (and will) also be required for
child node schemas. That ensures only documented properties are
present for any node.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230926164553.102914-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

+1
+1
Documentation/devicetree/bindings/arm/psci.yaml
··· 101 101 patternProperties: 102 102 "^power-domain-": 103 103 $ref: /schemas/power/power-domain.yaml# 104 + unevaluatedProperties: false 104 105 105 106 type: object 106 107 description: |