summaryrefslogtreecommitdiff
path: root/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/postimage.2
diff options
context:
space:
mode:
Diffstat (limited to 'rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/postimage.2')
-rw-r--r--rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/postimage.222
1 files changed, 22 insertions, 0 deletions
diff --git a/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/postimage.2 b/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/postimage.2
new file mode 100644
index 0000000..3c00765
--- /dev/null
+++ b/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/postimage.2
@@ -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>;
+ };
+ };