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

Commit eb4e8443 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

ARM: dts: msm: Add support for clocks for MSM8940



Compatible property needs to be updated for MSM8940, so update
the same in device tree file.

CRs-Fixed: 1001708
Change-Id: I86ee0cf1abb63c9dd118ec4a0291d4fec642b782
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent b520dc00
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -39,3 +39,15 @@
		qcom,mas-rpm-id = <ICBID_MASTER_IPA>;
	};
};

&clock_gcc {
	compatible = "qcom,gcc-8940";
};

&clock_debug {
	compatible = "qcom,cc-debug-8940";
};

&clock_gcc_mdss {
	compatible = "qcom,gcc-mdss-8940";
};