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

Commit d11d7e69 authored by Sarthak Garg's avatar Sarthak Garg
Browse files

ARM: dts: msm: Add PM QoS and DLL settings for scuba

Add PM QoS and DLL changes for scuba.

Change-Id: Ib2432392cfa51e00395c6b0f30680e8b1d07e72c
parent c0507378
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -869,6 +869,13 @@

		qcom,scaling-lower-bus-speed-mode = "DDR52";

		/* PM QoS */
		qcom,pm-qos-irq-type = "affine_irq";
		qcom,pm-qos-irq-latency = <43 43>;
		qcom,pm-qos-cpu-groups = <0x0f>;
		qcom,pm-qos-cmdq-latency-us = <43 43>;
		qcom,pm-qos-legacy-latency-us = <43 43>;

		clocks = <&gcc GCC_SDCC1_AHB_CLK>,
			<&gcc GCC_SDCC1_APPS_CLK>,
			<&gcc GCC_SDCC1_ICE_CORE_CLK>;
@@ -876,6 +883,8 @@

		qcom,ice-clk-rates = <300000000 100000000>;

		/* DLL HSR settings. Refer go/hsr - <Target> DLL settings */
		qcom,dll-hsr-list = <0x000f642c 0x0 0x0 0x00010800 0x80040868>;
		qcom,nonremovable;
		status = "disabled";
	};
@@ -899,9 +908,19 @@

		qcom,devfreq,freq-table = <50000000 202000000>;

		/* PM QoS */
		qcom,pm-qos-irq-type = "affine_irq";
		qcom,pm-qos-irq-latency = <43 43>;
		qcom,pm-qos-cpu-groups = <0x0f>;
		qcom,pm-qos-legacy-latency-us = <43 43>;

		clocks = <&gcc GCC_SDCC2_AHB_CLK>,
			<&gcc GCC_SDCC2_APPS_CLK>;
		clock-names = "iface_clk", "core_clk";

		/* DLL HSR settings. Refer go/hsr - <Target> DLL settings */
		qcom,dll-hsr-list = <0x0007642c 0x0 0x0 0x00010800 0x80040868>;

		status = "disabled";
	};