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

Commit 94b7f9b1 authored by Vishwanath Raju K's avatar Vishwanath Raju K
Browse files

ARM: dts: msm: Modify gfx_iommus iommus-cells size for qcs405



Modified gfx_iommus iommus-cells property for qcs405 to remove
sid mask.

Change-Id: I33dc21edfec84635542e89ad94c4d9acfac20ac0
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent d195d549
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018, 2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -18,7 +18,7 @@
		reg = <0x1f00000 0x10000>,
			<0x1ee2000 0x20>;
		reg-names = "base", "tcu-base";
		#iommu-cells = <2>;
		#iommu-cells = <1>;
		qcom,tz-device-id = "GPU";
		qcom,skip-init;
		qcom,disable-atos;
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018, 2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -180,7 +180,7 @@
		qcom,retention;
		gfx3d_user: gfx3d_user {
			compatible = "qcom,smmu-kgsl-cb";
			iommus = <&gfx_iommu 0 1>;
			iommus = <&gfx_iommu 0>;
			qcom,gpu-offset = <0xa000>;
		};
	};