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

Commit c61daa8c authored by Dinesh K Garg's avatar Dinesh K Garg
Browse files

ARM: dts: msm: Add support of clock mgmt for MDM9607



Adding clock support for SMCinvoke as it is required for MDM9607.

Change-Id: I742c6f772247eef8615558b8ca740d2eacc5c0f5
Signed-off-by: default avatarDinesh K Garg <dineshg@codeaurora.org>
parent 4ccfe92a
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -1750,7 +1750,21 @@
	qcom_smcinvoke: smcinvoke@88000000 {
		compatible = "qcom,smcinvoke";
		reg = <0x88000000 0x500000>;
		reg-names = "secapp-region";
		qcom,clock-support;
		qcom,msm-bus,name = "smcinvoke-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<47 512 0 0>,
				<47 512 393600 3936000>;
		clocks = <&clock_gcc clk_crypto_clk_src>,
			<&clock_gcc clk_gcc_crypto_clk>,
			<&clock_gcc clk_gcc_crypto_ahb_clk>,
			<&clock_gcc clk_gcc_crypto_axi_clk>;
		clock-names = "core_clk_src", "core_clk",
				"iface_clk", "bus_clk";
		qcom,ce-opp-freq = <100000000>;
		status = "ok";
	};

	qcom_tzlog: tz-log@8600720 {