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

Commit 67f3a889 authored by Tingwei Zhang's avatar Tingwei Zhang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add SMMU support on QDSS for SM8150 v2



Remove s1-bypass flag and enable SMMU function on QDSS.
Add SID for QDSS BAM.

Change-Id: I8a307adcd930a4a38a16883f1ec9d37a2905af86
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent 56fa9fd7
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -321,7 +321,12 @@
		reg-names = "tmc-base", "bam-base";

		qcom,smmu-s1-bypass;
		iommus = <&apps_smmu 0x05e0 0>;
		iommus = <&apps_smmu 0x05e0 0>,
			<&apps_smmu 0x04a0 0>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		arm,buffer-size = <0x400000>;

		coresight-name = "coresight-tmc-etr";
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@
	};
};

&tmc_etr {
	/delete-property/ qcom,smmu-s1-bypass;
};

&spss_utils {
	qcom,spss-dev-firmware-name  = "spss2d";	/* 8 chars max */
	qcom,spss-test-firmware-name = "spss2t";	/* 8 chars max */