diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2021-07-04 04:40:31 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-08-06 03:52:11 +0200 |
commit | f9a6a326f66dfb7d62cef79c6755cc773e5fb8ad (patch) | |
tree | 0e36c17fe84112edb781581f70e911402f3e8ef2 /Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | |
parent | clk: qcom: a53pll/mux: Use unique clock name (diff) | |
download | linux-f9a6a326f66dfb7d62cef79c6755cc773e5fb8ad.tar.xz linux-f9a6a326f66dfb7d62cef79c6755cc773e5fb8ad.zip |
dt-bindings: clock: Update qcom,a53pll bindings for MSM8939 support
Update qcom,a53pll bindings for MSM8939 support:
- Add optional operating-points-v2 property
- Add MSM8939 specific compatible
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20210704024032.11559-4-shawn.guo@linaro.org
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,a53pll.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml index db3d0ea6bc7a..fbd758470b88 100644 --- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml @@ -18,6 +18,7 @@ properties: enum: - qcom,ipq6018-a53pll - qcom,msm8916-a53pll + - qcom,msm8939-a53pll reg: maxItems: 1 @@ -33,6 +34,8 @@ properties: items: - const: xo + operating-points-v2: true + required: - compatible - reg |