diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-01-21 01:37:40 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-02-08 20:52:20 +0300 |
commit | e6c3cc63fa1a5e361b7542cca01feae2ccfe1635 (patch) | |
tree | 891c783fd0c67348bb6236a56d9d43aa714b0170 /Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | |
parent | 78ddb79cab178534b2c1d9ab95823f2af882ee8e (diff) | |
download | linux-e6c3cc63fa1a5e361b7542cca01feae2ccfe1635.tar.xz |
dt-bindings: clock: qcom: rpmhcc: Add sc8180x rpmh clocks
Add Qualcomm SC8180x to the list of compatibles for the RPMHCC binding.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210120223741.1610344-1-bjorn.andersson@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml index 12c9cbc0ebf9..167b018effcc 100644 --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml @@ -18,6 +18,7 @@ properties: compatible: enum: - qcom,sc7180-rpmh-clk + - qcom,sc8180x-rpmh-clk - qcom,sdm845-rpmh-clk - qcom,sdx55-rpmh-clk - qcom,sm8150-rpmh-clk |