1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

dt-bindings: rockchip: pmu: Ensure all properties are defined

Device specific schemas should not allow undefined properties which is
what 'additionalProperties: true' allows. Add the missing child nodes
and fix this constraint.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250203213056.13827-1-robh@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Rob Herring (Arm) 2025-02-03 15:30:56 -06:00 committed by Heiko Stuebner
parent a1d939055a
commit b921f66ccf

View file

@ -53,11 +53,17 @@ properties:
reg:
maxItems: 1
power-controller:
type: object
reboot-mode:
type: object
required:
- compatible
- reg
additionalProperties: true
additionalProperties: false
examples:
- |