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

Commit 5a778b5e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add PM-QOS and clk scaling support for holi"

parents 45057148 96c337f3
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -2211,7 +2211,20 @@
		non-removable;
		supports-cqe;

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

		status = "disabled";

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

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

	sdhc_2: sdhci@4784000 {
@@ -2258,7 +2271,19 @@
		iommus = <&apps_smmu 0x40 0x0>;
		qcom,iommu-dma = "bypass";

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

		status = "disabled";

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

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

	qcom,lpass@a400000 {