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

dt-bindings: Require child nodes type to be 'object'

A node is always an object (aka a dictionary), so make that explicit for
child node schemas.

A meta-schema update will enforce having 'type' specified.

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>

+3
+1
Documentation/devicetree/bindings/arm/cpus.yaml
··· 67 67 68 68 patternProperties: 69 69 '^cpu@[0-9a-f]+$': 70 + type: object 70 71 properties: 71 72 device_type: 72 73 const: cpu
+1
Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml
··· 129 129 130 130 patternProperties: 131 131 "^v2m@[0-9a-f]+$": 132 + type: object 132 133 description: | 133 134 * GICv2m extension for MSI/MSI-x support (Optional) 134 135
+1
Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml
··· 59 59 60 60 patternProperties: 61 61 '^frame@[0-9a-z]*$': 62 + type: object 62 63 description: A timer node has up to 8 frame sub-nodes, each with the following properties. 63 64 properties: 64 65 frame-number: