[PATCH v6 04/14] dt-bindings: media: qcom,venus-common: Raise maxItems for clocks and power-domains

From: Vishnu Reddy

Date: Fri May 15 2026 - 07:28:00 EST


The current maxItems constraints for clocks and power-domains in the
common venus schema were sized for platforms available at the time of
authoring. The glymur platform introduces a dual core architecture
that requires more clocks and power domains, exceeding these limits.

Raise maxItems for clocks, clock-names, power-domains and
power-domain-names to accommodate the glymur platform.

The glymur platform-specific schema have fixed constraints for these
properties, so the common schema only acts as an upper bound.

Signed-off-by: Vishnu Reddy <busanna.reddy@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/media/qcom,venus-common.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/qcom,venus-common.yaml b/Documentation/devicetree/bindings/media/qcom,venus-common.yaml
index 59a3fde846d2..10716a93dd35 100644
--- a/Documentation/devicetree/bindings/media/qcom,venus-common.yaml
+++ b/Documentation/devicetree/bindings/media/qcom,venus-common.yaml
@@ -20,11 +20,11 @@ properties:

clocks:
minItems: 3
- maxItems: 7
+ maxItems: 9

clock-names:
minItems: 3
- maxItems: 7
+ maxItems: 9

firmware-name:
maxItems: 1
@@ -41,11 +41,11 @@ properties:

power-domains:
minItems: 1
- maxItems: 4
+ maxItems: 5

power-domain-names:
minItems: 1
- maxItems: 4
+ maxItems: 5

required:
- reg

--
2.34.1