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

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

Merge "ARM: dts: msm: Correct GPU iommu protection range for SM8150"

parents 2dcf5c7c 0f7513f7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -272,8 +272,7 @@

		reg = <0x02CA0000 0x10000>;
		/* CB5(ATOS) & CB5/6/7 are protected by HYP */
		qcom,protect = <0x40000 0xc000>;
		qcom,micro-mmu-control = <0x6000>;
		qcom,protect = <0xa0000 0xc000>;

		clocks =<&clock_gcc GCC_GPU_CFG_AHB_CLK>,
			<&clock_gcc GCC_DDRSS_GPU_AXI_CLK>,
@@ -289,7 +288,7 @@
			compatible = "qcom,smmu-kgsl-cb";
			label = "gfx3d_user";
			iommus = <&kgsl_smmu 0x0 0x401>;
			qcom,gpu-offset = <0x48000>;
			qcom,gpu-offset = <0xa8000>;
		};

		gfx3d_secure: gfx3d_secure {