aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2025-05-27 15:21:09 -0500
committerRob Herring (Arm) <robh@kernel.org>2025-05-27 15:34:38 -0500
commita39a3fbe312619fe2ccef0b17e5f53dff011fb1a (patch)
treecf8adf44f9b9f71b590e985e0a338733c53e070d /Documentation/devicetree
parentdt-bindings: usb: dwc3-xilinx: allow dma-coherent (diff)
downloadlinux-rng-a39a3fbe312619fe2ccef0b17e5f53dff011fb1a.tar.xz
linux-rng-a39a3fbe312619fe2ccef0b17e5f53dff011fb1a.zip
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: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/arm/cpus.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index c23c90745ad8..2e9ab9583005 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -313,7 +313,8 @@ properties:
maxItems: 1
power-domains:
- maxItems: 1
+ minItems: 1
+ maxItems: 2
power-domain-names:
description:
@@ -321,7 +322,10 @@ 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".
- enum: [ psci, perf, cpr ]
+ minItems: 1
+ maxItems: 2
+ items:
+ enum: [ psci, perf, cpr ]
resets:
maxItems: 1