tegra: hwpm: remove force enable of PVA

PVA <-> HWPM interface is ready to be merged.
Remove force enable of PVA in HWPM driver.

Bug 3333034

Change-Id: Ide331e654ac0beaf0bcbdb987b726938927c6d54
Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2710503
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Omar Nemri <onemri@nvidia.com>
Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com>
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Vedashree Vidwans
2022-05-10 08:08:30 -07:00
committed by mobile promotions
parent ea5e4e406b
commit c5b3d09518

View File

@@ -195,14 +195,6 @@ int t234_hwpm_force_enable_ips(struct tegra_soc_hwpm *hwpm)
goto fail;
}
/* PVA */
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
addr_map_pva0_pm_base_r(),
T234_HWPM_IP_PVA, true);
if (ret != 0) {
goto fail;
}
/* NVDLA */
ret = tegra_hwpm_set_fs_info_ip_ops(hwpm, NULL,
addr_map_nvdla0_base_r(),