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

Commit 809c1d44 authored by Zhen Kong's avatar Zhen Kong
Browse files

ARM: dts: msm: Update qcedev smmu settings for sm8150 v2



Add new smmu sid to update qcedev smmu settings for
sm8150 v2

Change-Id: Id391fd3a72d071f115a6c1d69bacbfb91f552fb7
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent 700d775d
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -868,3 +868,20 @@
	     USB3_DP_PCS_USB3_RXEQTRAINING_DFE_TIME_S2 0x07 0
	     0xffffffff 0xffffffff 0x00>;
};

/* qcedev override */
&qcom_cedev {
	qcom_cedev_ns_cb {
		iommus = <&apps_smmu 0x512 0>,
			 <&apps_smmu 0x518 0>,
			 <&apps_smmu 0x519 0>,
			 <&apps_smmu 0x51f 0>;
	};

	qcom_cedev_s_cb {
		iommus = <&apps_smmu 0x513 0>,
			 <&apps_smmu 0x51c 0>,
			 <&apps_smmu 0x51d 0>,
			 <&apps_smmu 0x51e 0>;
	};
};