Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixes
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / clock / qcom,rpmh-clk.txt
1 Qualcomm Technologies, Inc. RPMh Clocks
2 -------------------------------------------------------
3
4 Resource Power Manager Hardened (RPMh) manages shared resources on
5 some Qualcomm Technologies Inc. SoCs. It accepts clock requests from
6 other hardware subsystems via RSC to control clocks.
7
8 Required properties :
9 - compatible : shall contain "qcom,sdm845-rpmh-clk"
10
11 - #clock-cells : must contain 1
12
13 Example :
14
15 #include <dt-bindings/clock/qcom,rpmh.h>
16
17         &apps_rsc {
18                 rpmhcc: clock-controller {
19                         compatible = "qcom,sdm845-rpmh-clk";
20                         #clock-cells = <1>;
21                 };
22         };