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

Commit 20b2a754 authored by Puneet Mishra's avatar Puneet Mishra Committed by Matt Wagantall
Browse files

ARM: dts: msm: Add mcd device tree data for msm8996



Add the MCD device tree data to dts files by adding mcd device
node with all the necessary parameters.

Change-Id: Iec238a3858f1a87e17df53ab71973e3b632fdef4
Acked-by: default avatarTony Hamilton <tonyh@qti.qualcomm.com>
Signed-off-by: default avatarPuneet Mishra <puneetm@codeaurora.org>
parent b57ec3a4
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -3306,6 +3306,21 @@
		qcom,sleep-status-mask = <0xc00000>;
	};

	mcd {
		compatible = "qcom,mcd";
		qcom,ce-hw-instance = <0>;
		qcom,ce-device = <0>;
		interrupts = <0 248 0>;
		interrupt-names = "mcd_irq";
		clock-names = "core_clk_src", "core_clk",
			"iface_clk", "bus_clk";
		clocks = <&clock_gcc clk_ce1_clk>,
			<&clock_gcc clk_qseecom_ce1_clk>,
			<&clock_gcc clk_gcc_ce1_ahb_m_clk>,
			<&clock_gcc clk_gcc_ce1_axi_m_clk>;
			qcom,ce-opp-freq = <171430000>;
	};

	dcc: dcc@4b3000 {
		compatible = "qcom,dcc";
		reg = <0x4b3000 0x1000>,