diff options
author | Luca Weiss <[email protected]> | 2024-06-19 23:02:46 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-08-15 14:14:54 -0500 |
commit | 233ea1bda3f8fcc0629b332da0c02240ba6788e5 (patch) | |
tree | 8573fa9173c337af42686c8ccfa4b531ecd6d925 | |
parent | d63c77c5269652c32ad12eea98948a00cb6002ac (diff) |
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-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 |