From c85caf7ae90d5cf528024c373971c01e75925302 Mon Sep 17 00:00:00 2001 From: Ashish Mhetre Date: Fri, 19 Jul 2024 06:31:37 +0000 Subject: [PATCH] tegra234: Add smmu_test node Add smmu_test node in t23x dts and enable it. It's used by smmu tests. Bug 4739062 Change-Id: Ib42cb4feed4eaf4947bb9734db6801fa25f772a5 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3178085 Tested-by: mobile promotions Reviewed-by: mobile promotions --- tegra234.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tegra234.dtsi b/tegra234.dtsi index 1678cb2..186551e 100644 --- a/tegra234.dtsi +++ b/tegra234.dtsi @@ -4315,6 +4315,12 @@ status = "okay"; }; + smmu_test { + compatible = "nvidia,smmu_test"; + iommus = <&smmu_niso0 TEGRA234_SID_SMMU_TEST>; + status = "okay"; + }; + cbb-fabric@13a00000 { compatible = "nvidia,tegra234-cbb-fabric"; reg = <0x0 0x13a00000 0x0 0x400000>;