Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Qualcomm Technologies, Inc. RPMh Clocks
2-------------------------------------------------------
3
4Resource Power Manager Hardened (RPMh) manages shared resources on
5some Qualcomm Technologies Inc. SoCs. It accepts clock requests from
6other hardware subsystems via RSC to control clocks.
7
8Required properties :
9- compatible : shall contain "qcom,sdm845-rpmh-clk"
10
11- #clock-cells : must contain 1
12
13Example :
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 };