summaryrefslogtreecommitdiff
path: root/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/preimage
diff options
context:
space:
mode:
Diffstat (limited to 'rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/preimage')
-rw-r--r--rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/preimage31
1 files changed, 31 insertions, 0 deletions
diff --git a/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/preimage b/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/preimage
new file mode 100644
index 0000000..e551552
--- /dev/null
+++ b/rr-cache/1225921e44e1228d6ac5edfc49b9bf583677fd71/preimage
@@ -0,0 +1,31 @@
+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,rpmh-clk-sdm845"
+=======
+- compatible : shall contain "qcom,sdm845-rpmh-clk"
+>>>>>>>
+
+- #clock-cells : must contain 1
+
+Example :
+
+#include <dt-bindings/clock/qcom,rpmh.h>
+
+ &apps_rsc {
+<<<<<<<
+ rpmh: clock-controller {
+ compatible = "qcom,rpmh-clk-sdm845";
+=======
+ rpmhcc: clock-controller {
+ compatible = "qcom,sdm845-rpmh-clk";
+>>>>>>>
+ #clock-cells = <1>;
+ };
+ };