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

Commit d2b42851 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update sid mapping for KGSL SMMU for sdm855" into msm-4.14

parents fd4004e2 7d5e7946
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -293,14 +293,14 @@
		gfx3d_user: gfx3d_user {
			compatible = "qcom,smmu-kgsl-cb";
			label = "gfx3d_user";
			iommus = <&kgsl_smmu 0x0 0x400>;
			iommus = <&kgsl_smmu 0x0 0x401>;
			qcom,gpu-offset = <0x48000>;
		};

		gfx3d_secure: gfx3d_secure {
			compatible = "qcom,smmu-kgsl-cb";
			label = "gfx3d_secure";
			iommus = <&kgsl_smmu 0x2 0x400>, <&kgsl_smmu 0x1 0x400>;
			iommus = <&kgsl_smmu 0x2 0x400>;
		};
	};