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

Commit fa480326 authored by Arun KS's avatar Arun KS
Browse files

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



Use dummy clocks for virtio and RUMI

This will be replaced with proper definitions once the clk
structures are ready.

Change-Id: I0c2c91f8461af5d44819d4bb76f28cc45d84b64b
Signed-off-by: default avatarArun Ks <arunks@codeaurora.org>
parent 163e94f6
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 */

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

/ {
	model = "Qualcomm Technologies, Inc. MSM Tellurium";
@@ -94,6 +95,21 @@
		      <0x0b002000 0x1000>;
	};

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

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

	clock_debug: qcom,cc-debug@1874000 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <1 2 0xff08>,