We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577ce77 commit a39a3fbCopy full SHA for a39a3fb
Documentation/devicetree/bindings/arm/cpus.yaml
@@ -313,15 +313,19 @@ properties:
313
maxItems: 1
314
315
power-domains:
316
- maxItems: 1
+ minItems: 1
317
+ maxItems: 2
318
319
power-domain-names:
320
description:
321
For PSCI based platforms, the name corresponding to the index of the PSCI
322
PM domain provider, must be "psci". For SCMI based platforms, the name
323
corresponding to the index of an SCMI performance domain provider, must be
324
"perf".
- enum: [ psci, perf, cpr ]
325
326
327
+ items:
328
+ enum: [ psci, perf, cpr ]
329
330
resets:
331
0 commit comments