Message ID | 20230119130028.106817-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 2c3aa5b1f20a90f1dc254be5542e33a5758c55cd |
Headers | show |
Series | [1/2] dt-bindings: clock: qcom,sm8450-camcc: constrain required-opps | expand |
On Thu, 19 Jan 2023 14:00:27 +0100, Krzysztof Kozlowski wrote: > Be specific how many required-opps are allowed. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > --- > > This change is independent, although logically is connected with my > dtschema pull: > https://github.com/devicetree-org/dt-schema/pull/95 > --- > Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Quoting Krzysztof Kozlowski (2023-01-21 10:59:21) > On 20/01/2023 23:15, Stephen Boyd wrote: > > Quoting Krzysztof Kozlowski (2023-01-19 05:00:27) > >> Be specific how many required-opps are allowed. > >> > >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > >> > >> --- > >> > >> This change is independent, although logically is connected with my > >> dtschema pull: > >> https://github.com/devicetree-org/dt-schema/pull/95 > > > > Do you want to take it through dt tree? > > I think it would be better if you take it. > Ok, applied to clk-next.
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.
Be specific how many required-opps are allowed. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- This change is independent, although logically is connected with my dtschema pull: https://github.com/devicetree-org/dt-schema/pull/95 --- Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 1 + 1 file changed, 1 insertion(+)