Message ID | 20230622-topic-8998clk-v1-2-5b7a0d6e98b1@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | MSM8998 clk cleanups and fixups | expand |
On 6/22/2023 5:57 AM, Konrad Dybcio wrote: > We've not been consuming that clock for no apparent reason. Describe it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Nice catch. Acked-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
On Thu, 22 Jun 2023 13:57:42 +0200, Konrad Dybcio wrote: > We've not been consuming that clock for no apparent reason. Describe it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > Documentation/devicetree/bindings/clock/qcom,mmcc.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On 22/06/2023 13:57, Konrad Dybcio wrote: > We've not been consuming that clock for no apparent reason. Describe it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/clock/qcom,mmcc.yaml b/Documentation/devicetree/bindings/clock/qcom,mmcc.yaml index 422f5776a771..67e1eae0bbd0 100644 --- a/Documentation/devicetree/bindings/clock/qcom,mmcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,mmcc.yaml @@ -297,6 +297,7 @@ allOf: - description: HDMI phy PLL clock - description: DisplayPort phy PLL link clock - description: DisplayPort phy PLL vco clock + - description: Global PLL 0 DIV clock clock-names: items: @@ -309,6 +310,7 @@ allOf: - const: hdmipll - const: dplink - const: dpvco + - const: gpll0_div - if: properties:
We've not been consuming that clock for no apparent reason. Describe it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/clock/qcom,mmcc.yaml | 2 ++ 1 file changed, 2 insertions(+)