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

Commit 293c7fb9 authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

ARM: dts: qcom: Update pm qos latency value for sm6150



For pm qos latency on sm6150, sm8150 was followed in commit <07e861d2>
("ARM: dts: Enable bus voting and PM QoS for sm6150 platform").
This need to be update as per sdm670 where pm qos latency value is
different than sm8150.

Change-Id: I8432d2fdc443cfedaab81d47bd66804993a8667e
Signed-off-by: default avatarRam Prakash Gupta <rampraka@codeaurora.org>
parent 315ed7f6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1384,10 +1384,10 @@

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

		clocks = <&clock_gcc GCC_SDCC1_AHB_CLK>,
			<&clock_gcc GCC_SDCC1_APPS_CLK>;
@@ -1447,9 +1447,9 @@

		/* PM QoS */
		qcom,pm-qos-irq-type = "affine_irq";
		qcom,pm-qos-irq-latency = <44 44>;
		qcom,pm-qos-irq-latency = <67 67>;
		qcom,pm-qos-cpu-groups = <0x3f 0xc0>;
		qcom,pm-qos-legacy-latency-us = <44 44>, <44 44>;
		qcom,pm-qos-legacy-latency-us = <67 67>, <67 67>;

		clocks = <&clock_gcc GCC_SDCC2_AHB_CLK>,
			<&clock_gcc GCC_SDCC2_APPS_CLK>;