From c0fd0eff258c110ff930081a1e6fa8fe2bc577f0 Mon Sep 17 00:00:00 2001 From: vasukis Date: Fri, 14 Apr 2023 22:26:04 +0000 Subject: [PATCH] tegra: hwpm: Remove force enabling of MSS_GPU HUB MSS GPU HUB has been force_enabled in T234. This is not necessary, hence removing it. Bug 4061775 Change-Id: Ief949ac65ab239110ea6c532e907a663951f454c Signed-off-by: vasukis (cherry picked from commit b0277a8667114a179b9c6140c71f16a265c4f69b) Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2918737 Reviewed-by: Vedashree Vidwans Reviewed-by: Seema Khowala GVS: Gerrit_Virtual_Submit Tested-by: Vedashree Vidwans --- drivers/tegra/hwpm/hal/t234/t234_ip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/tegra/hwpm/hal/t234/t234_ip.c b/drivers/tegra/hwpm/hal/t234/t234_ip.c index 1b14c5d..ec319ba 100644 --- a/drivers/tegra/hwpm/hal/t234/t234_ip.c +++ b/drivers/tegra/hwpm/hal/t234/t234_ip.c @@ -424,6 +424,7 @@ int t234_hwpm_force_enable_ips(struct tegra_soc_hwpm *hwpm) #if defined(CONFIG_T234_HWPM_ALLOW_FORCE_ENABLE) /* MSS GPU HUB */ +/* #if defined(CONFIG_T234_HWPM_IP_MSS_GPU_HUB) ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL, addr_map_mss_nvlink_1_base_r(), @@ -434,7 +435,7 @@ int t234_hwpm_force_enable_ips(struct tegra_soc_hwpm *hwpm) return ret; } #endif - +*/ if (tegra_hwpm_is_platform_silicon()) { /* Static IP instances corresponding to silicon */ /* VI */