summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/clock/qcom,rpmh-clk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/clock/qcom,rpmh-clk.txt')
-rw-r--r--dts/Bindings/clock/qcom,rpmh-clk.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/dts/Bindings/clock/qcom,rpmh-clk.txt b/dts/Bindings/clock/qcom,rpmh-clk.txt
new file mode 100644
index 0000000000..3c007653da
--- /dev/null
+++ b/dts/Bindings/clock/qcom,rpmh-clk.txt
@@ -0,0 +1,22 @@
+Qualcomm Technologies, Inc. RPMh Clocks
+-------------------------------------------------------
+
+Resource Power Manager Hardened (RPMh) manages shared resources on
+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"
+
+- #clock-cells : must contain 1
+
+Example :
+
+#include <dt-bindings/clock/qcom,rpmh.h>
+
+ &apps_rsc {
+ rpmhcc: clock-controller {
+ compatible = "qcom,sdm845-rpmh-clk";
+ #clock-cells = <1>;
+ };
+ };