Merge "dt-bindings: clock: add rpmh clock bindings for Kona"

This commit is contained in:
qctecmdr
2019-09-05 04:44:00 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -6,7 +6,9 @@ some Qualcomm Technologies Inc. SoCs. It accepts clock requests from
other hardware subsystems via RSC to control clocks.
Required properties :
- compatible : shall contain "qcom,sdm845-rpmh-clk"
- compatible : Shall contain one of the following:
"qcom,kona-rpmh-clk",
"qcom,sdm845-rpmh-clk"
- #clock-cells : must contain 1
@@ -20,3 +22,10 @@ Example :
#clock-cells = <1>;
};
};
&apps_rsc {
rpmhcc: clock-controller {
compatible = "qcom,kona-rpmh-clk";
#clock-cells = <1>;
};
};