Commit b921f66c authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Heiko Stuebner
Browse files

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: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250203213056.13827-1-robh@kernel.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a1d93905
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -53,11 +53,17 @@ properties:
  reg:
    maxItems: 1

  power-controller:
    type: object

  reboot-mode:
    type: object

required:
  - compatible
  - reg

additionalProperties: true
additionalProperties: false

examples:
  - |