[PATCH 2/2] dt-bindings: clock: qcom,sc7280-lpasscorecc: add top-level constraints
From: Krzysztof Kozlowski
Date: Sat Aug 17 2024 - 05:46:28 EST
Properties with variable number of items per each device are expected to
have widest constraints in top-level "properties:" block and further
customized (narrowed) in "if:then:". Add missing top-level constraints
for reg, clocks and clock-names.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
Cc: Taniya Das <quic_tdas@xxxxxxxxxxx>
---
.../bindings/clock/qcom,sc7280-lpasscorecc.yaml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml b/Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml
index 5e6737c39897..488d63959424 100644
--- a/Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml
@@ -25,11 +25,17 @@ properties:
- qcom,sc7280-lpasscorecc
- qcom,sc7280-lpasshm
- reg: true
+ reg:
+ minItems: 1
+ maxItems: 2
- clocks: true
+ clocks:
+ minItems: 1
+ maxItems: 3
- clock-names: true
+ clock-names:
+ minItems: 1
+ maxItems: 3
'#clock-cells':
const: 1
--
2.43.0