Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30087b18 authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Support for dummy RPMH/AOP clocks for sdxprairie



Add dummy clock device node rpmh & aop for clients to be able to request
for the clocks from these controllers.

Change-Id: I3e26413eee7d3a07be5cdcb12c46aeb948f00daf
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent ebf33296
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@

#include "skeleton.dtsi"
#include <dt-bindings/clock/qcom,gcc-sdxprairie.h>
#include <dt-bindings/clock/qcom,rpmh.h>
#include <dt-bindings/clock/qcom,aop-qmp.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>

/ {
@@ -158,10 +160,23 @@
		qcom,force-warm-reboot;
	};

	clock_rpmh: qcom,rpmh {
		compatible = "qcom,dummycc";
		clock-output-names = "rpmh_clocks";
		#clock-cells = <1>;
	};

	clock_aop: qcom,aop {
		compatible = "qcom,dummycc";
		clock-output-names = "aop_clocks";
		#clock-cells = <1>;
	};

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		clock-output-names = "gcc_clocks";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};

	serial_uart: serial@831000 {