[PATCH 4/7] dt-bindings: clock: qcom,hfpll: Document MSM8976 compatibles

Adam Skladowski posted 7 patches 2 years, 6 months ago
[PATCH 4/7] dt-bindings: clock: qcom,hfpll: Document MSM8976 compatibles
Posted by Adam Skladowski 2 years, 6 months ago
Document MSM8976 HFPLL compatibles.

Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
---
 Documentation/devicetree/bindings/clock/qcom,hfpll.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,hfpll.txt b/Documentation/devicetree/bindings/clock/qcom,hfpll.txt
index ec02a024424c..855344957350 100644
--- a/Documentation/devicetree/bindings/clock/qcom,hfpll.txt
+++ b/Documentation/devicetree/bindings/clock/qcom,hfpll.txt
@@ -11,6 +11,9 @@ PROPERTIES
                         "qcom,hfpll-ipq8064", "qcom,hfpll"
                         "qcom,hfpll-apq8064", "qcom,hfpll"
                         "qcom,hfpll-msm8974", "qcom,hfpll"
+                        "qcom,hfpll-msm8976-a53", "qcom,hfpll"
+                        "qcom,hfpll-msm8976-a72", "qcom,hfpll"
+                        "qcom,hfpll-msm8976-cci", "qcom,hfpll"
                         "qcom,hfpll-msm8960", "qcom,hfpll"
 
 - reg:
-- 
2.41.0
Re: [PATCH 4/7] dt-bindings: clock: qcom,hfpll: Document MSM8976 compatibles
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 23/07/2023 16:06, Adam Skladowski wrote:
> Document MSM8976 HFPLL compatibles.
> 
> Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
> ---
>  Documentation/devicetree/bindings/clock/qcom,hfpll.txt | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/qcom,hfpll.txt b/Documentation/devicetree/bindings/clock/qcom,hfpll.txt
> index ec02a024424c..855344957350 100644
> --- a/Documentation/devicetree/bindings/clock/qcom,hfpll.txt
> +++ b/Documentation/devicetree/bindings/clock/qcom,hfpll.txt
> @@ -11,6 +11,9 @@ PROPERTIES
>                          "qcom,hfpll-ipq8064", "qcom,hfpll"
>                          "qcom,hfpll-apq8064", "qcom,hfpll"
>                          "qcom,hfpll-msm8974", "qcom,hfpll"
> +                        "qcom,hfpll-msm8976-a53", "qcom,hfpll"
> +                        "qcom,hfpll-msm8976-a72", "qcom,hfpll"
> +                        "qcom,hfpll-msm8976-cci", "qcom,hfpll"

Let's switch to proper format, because this is not getting mess, so:
qcom,msm8976-hfpll-a53

Best regards,
Krzysztof