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

Commit dd169582 authored by Hanumath Prasad's avatar Hanumath Prasad
Browse files

ARM: dts: msm: Add dummy clock support for 8936



Both simulator and RUMI to use dummy clocks.

Change-Id: Ibb60e8ab723fc88a2cdf680293e6d8757759f321
Signed-off-by: default avatarHanumath Prasad <hpprasad@codeaurora.org>
parent be6ea137
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 */

#include "skeleton64.dtsi"
#include <dt-bindings/clock/msm-clocks-8916.h>

/ {
	model = "Qualcomm MSM8936";
@@ -359,4 +360,15 @@
		qcom,slope = <3200 3200 3200 3200 3200 3200 3200 3200 3200>;
		qcom,sensor-id = <0 1 2 3 5 6 7 8 9>;
	};

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

	clock_rpm: qcom,rpmcc {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

};