diff options
author | Luca Weiss <luca@lucaweiss.eu> | 2024-06-20 00:02:46 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-08-15 22:14:54 +0300 |
commit | 233ea1bda3f8fcc0629b332da0c02240ba6788e5 (patch) | |
tree | 8573fa9173c337af42686c8ccfa4b531ecd6d925 | |
parent | d63c77c5269652c32ad12eea98948a00cb6002ac (diff) | |
download | linux-233ea1bda3f8fcc0629b332da0c02240ba6788e5.tar.xz |
dt-bindings: clock: qcom,a53pll: Allow opp-table subnode
Allow placing an opp-table as a subnode that can be assigned using
operating-points-v2 to specify the frequency table for the PLL.
Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240619-msm8226-cpufreq-v1-2-85143f5291d1@lucaweiss.eu
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-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 5ca927a8b1d5..8cd73a623ef5 100644 --- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml @@ -40,6 +40,9 @@ properties: operating-points-v2: true + opp-table: + type: object + required: - compatible - reg |