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

Commit e695ff80 authored by Nitin Rawat's avatar Nitin Rawat Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add PM qos and smmu support for holi platform

This change add PM QOS and smmu support.

Change-Id: I54b49c7090509640d6e5ef9fe63dda6f538a6de5
parent 21a4e82d
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1483,6 +1483,7 @@
		phy-names = "ufsphy";
		#reset-cells = <1>;
		limit-phy-submode = <0>;
		spm-level = <5>;

		lanes-per-direction = <1>;
		dev-ref-clk-freq = <0>; /* 19.2 MHz */
@@ -1552,10 +1553,25 @@
		"HS_RB_G1_L1", "HS_RB_G2_L1", "HS_RB_G3_L1",
		"MAX";

		iommus = <&apps_smmu 0x60 0x0>;
		qcom,iommu-dma = "bypass";

		reset-gpios = <&tlmm 156 GPIO_ACTIVE_LOW>;

		//resets = <&gcc GCC_UFS_PHY_BCR>;
		//reset-names = "rst";

		status = "disabled";

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

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

	sdhc_1: sdhci@4744000 {