diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-01-19 14:00:27 +0100 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-01-25 12:30:52 -0800 |
commit | 2c3aa5b1f20a90f1dc254be5542e33a5758c55cd (patch) | |
tree | 5dd4af2784bb5a81ce43e25e982b04234dd25ed4 | |
parent | 4c1b743237ede55946b900dd181824ef54cafc43 (diff) |
dt-bindings: clock: qcom,sm8450-camcc: constrain required-opps
Be specific how many required-opps are allowed.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml index a52a83fe2831..87ae74166807 100644 --- a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml @@ -32,6 +32,7 @@ properties: A phandle and PM domain specifier for the MMCX power domain. required-opps: + maxItems: 1 description: A phandle to an OPP node describing required MMCX performance point. |