mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 05:05:29 +07:00
1f8777a45a
Add RPMh clock device bindings for Qualcomm Technology Inc's SoCs. These devices would be used for communicating resource state requests to control the clocks managed by RPMh. Signed-off-by: Taniya Das <tdas@codeaurora.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
23 lines
562 B
Plaintext
23 lines
562 B
Plaintext
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>;
|
|
};
|
|
};
|