Commit a39a3fbe authored by Rob Herring (Arm)'s avatar Rob Herring (Arm)
Browse files

dt-bindings: arm/cpus: Allow 2 power-domains entries



Some platforms have both "perf" and "psci" power domains, so allow 2
entries.

Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 577ce77c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -313,7 +313,8 @@ properties:
    maxItems: 1

  power-domains:
    maxItems: 1
    minItems: 1
    maxItems: 2

  power-domain-names:
    description:
@@ -321,6 +322,9 @@ properties:
      PM domain provider, must be "psci". For SCMI based platforms, the name
      corresponding to the index of an SCMI performance domain provider, must be
      "perf".
    minItems: 1
    maxItems: 2
    items:
      enum: [ psci, perf, cpr ]

  resets: