mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 10:32:25 -04:00
Document the SM8150 rpmh-clock compatible for rpmh clock controller found on SM8150 platforms. Signed-off-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lkml.kernel.org/r/20190826173120.2971-4-vkoul@kernel.org Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
28 lines
738 B
Plaintext
28 lines
738 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 : must be one of:
|
|
"qcom,sdm845-rpmh-clk"
|
|
"qcom,sm8150-rpmh-clk"
|
|
|
|
- #clock-cells : must contain 1
|
|
- clocks: a list of phandles and clock-specifier pairs,
|
|
one for each entry in clock-names.
|
|
- clock-names: Parent board clock: "xo".
|
|
|
|
Example :
|
|
|
|
#include <dt-bindings/clock/qcom,rpmh.h>
|
|
|
|
&apps_rsc {
|
|
rpmhcc: clock-controller {
|
|
compatible = "qcom,sdm845-rpmh-clk";
|
|
#clock-cells = <1>;
|
|
};
|
|
};
|