mirror of https://gitee.com/openkylin/linux.git
arm64: dts: sdm845: Add rpmh-clk node
This adds the rpmh-clk node to sdm845 based on the examples in the bindings. Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
c83545d953
commit
717f2013a4
|
@ -6,6 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/clock/qcom,gcc-sdm845.h>
|
#include <dt-bindings/clock/qcom,gcc-sdm845.h>
|
||||||
|
#include <dt-bindings/clock/qcom,rpmh.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
|
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
|
||||||
|
|
||||||
|
@ -1001,6 +1002,11 @@ apps_rsc: rsc@179c0000 {
|
||||||
<SLEEP_TCS 3>,
|
<SLEEP_TCS 3>,
|
||||||
<WAKE_TCS 3>,
|
<WAKE_TCS 3>,
|
||||||
<CONTROL_TCS 1>;
|
<CONTROL_TCS 1>;
|
||||||
|
|
||||||
|
rpmhcc: clock-controller {
|
||||||
|
compatible = "qcom,sdm845-rpmh-clk";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
intc: interrupt-controller@17a00000 {
|
intc: interrupt-controller@17a00000 {
|
||||||
|
|
Loading…
Reference in New Issue