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

Commit 63ee6dc2 authored by Sarthak Garg's avatar Sarthak Garg
Browse files

ARM: dts: msm: Add PM-QOS and clk scaling support for shima

Add PM-QOS and clk scaling support for eMMC/SD card on shima.

Change-Id: I9baac414190bc6940211e4965504f2908accf6cc
parent 026a95fd
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -1736,7 +1736,20 @@
		non-removable;
		supports-cqe;

		qcom,devfreq,freq-table = <50000000 200000000>;
		qcom,scaling-lower-bus-speed-mode = "DDR52";

		status = "disabled";

		qos0 {
			mask = <0x0f>;
			vote = <61>;
		};

		qos1 {
			mask = <0xf0>;
			vote = <67>;
		};
	};

	sdhc_2: sdhci@8804000 {
@@ -1784,7 +1797,19 @@
		/* DLL HSR settings. Refer go/hsr - <Target> DLL settings */
		qcom,dll-hsr-list = <0x0007642c 0x0 0x10 0x2C010800 0x80040868>;

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

		status = "disabled";

		qos0 {
			mask = <0x0f>;
			vote = <61>;
		};

		qos1 {
			mask = <0xf0>;
			vote = <67>;
		};
	};

	apps_rsc: rsc@18200000 {