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 <vasukis@nvidia.com>
(cherry picked from commit b0277a8667114a179b9c6140c71f16a265c4f69b)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2918737
Reviewed-by: Vedashree Vidwans <vvidwans@nvidia.com>
Reviewed-by: Seema Khowala <seemaj@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Tested-by: Vedashree Vidwans <vvidwans@nvidia.com>
This commit is contained in:
vasukis
2023-04-14 22:26:04 +00:00
committed by mobile promotions
parent c2ca6a1d6f
commit c0fd0eff25

View File

@@ -424,6 +424,7 @@ int t234_hwpm_force_enable_ips(struct tegra_soc_hwpm *hwpm)
#if defined(CONFIG_T234_HWPM_ALLOW_FORCE_ENABLE) #if defined(CONFIG_T234_HWPM_ALLOW_FORCE_ENABLE)
/* MSS GPU HUB */ /* MSS GPU HUB */
/*
#if defined(CONFIG_T234_HWPM_IP_MSS_GPU_HUB) #if defined(CONFIG_T234_HWPM_IP_MSS_GPU_HUB)
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL, ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
addr_map_mss_nvlink_1_base_r(), addr_map_mss_nvlink_1_base_r(),
@@ -434,7 +435,7 @@ int t234_hwpm_force_enable_ips(struct tegra_soc_hwpm *hwpm)
return ret; return ret;
} }
#endif #endif
*/
if (tegra_hwpm_is_platform_silicon()) { if (tegra_hwpm_is_platform_silicon()) {
/* Static IP instances corresponding to silicon */ /* Static IP instances corresponding to silicon */
/* VI */ /* VI */