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

Commit 6efc5e61 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

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



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

CRs-fixed: 1059324
Change-Id: I329fc4fe1eda996169e7a20b929b25e7e0abd2d3
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 36d3b3ee
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -145,3 +145,15 @@
		qcom,mas-rpm-id = <ICBID_MASTER_IPA>;
	};
};

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

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

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