summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Sreenath <asreen@codeaurora.org>2019-10-10 16:22:49 +0530
committerArjun Sreenath <asreen@codeaurora.org>2019-10-11 12:48:49 +0530
commit4bcdd835f025b141fe0d89dfda1fc61de48eaacb (patch)
tree89b01654830ddbbf663e0ff5e7f1e5aa710ff915
parentbfe76d44d21b3e21ec433abfaf490f1c974f3db3 (diff)
ARM: dts: msm: Removed IOMMU test device node for MSM8996
Removed IOMMU test device node for MSM8996 only. Change-Id: I3197da05da1096cd485b0464fb6ccf87513d927e Signed-off-by: Arjun Sreenath <asreen@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msm-arm-smmu-8996.dtsi15
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-arm-smmu-8996.dtsi b/arch/arm/boot/dts/qcom/msm-arm-smmu-8996.dtsi
index cbe65e266968..527765d34821 100644
--- a/arch/arm/boot/dts/qcom/msm-arm-smmu-8996.dtsi
+++ b/arch/arm/boot/dts/qcom/msm-arm-smmu-8996.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2016, 2019 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
@@ -251,16 +251,3 @@
"gcc_mmss_bimc_gfx_clk", "gcc_bimc_gfx_clk";
#clock-cells = <1>;
};
-
-&soc {
- iommu_test_device {
- compatible = "iommu-debug-test";
- /*
- * 42 shouldn't be used by anyone on the cpp_fd_smmu. We just
- * need _something_ here to get this node recognized by the
- * SMMU driver. Our test uses ATOS, which doesn't use SIDs
- * anyways, so using a dummy value is ok.
- */
- iommus = <&cpp_fd_smmu 42>;
- };
-};