drivers: video: Remove legacy code regarding bwmgr

CONFIG_TEGRA_BWMGR is a downstream solution in the kernel before
K5.15, and the implementation now is completed moved to BPMP side.

Since it is not supported anymore, remove the legacy code for
maintainability.

Bug 4955427

Change-Id: If639871f286ba84177e31a351757e25ce621905b
Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3248364
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
Johnny Liu
2024-11-13 22:24:33 +00:00
committed by Jon Hunter
parent f9d2fc0ff0
commit 58f09dbbaf

View File

@@ -230,12 +230,12 @@ int tegra_camera_update_isobw(void)
dev_dbg(info->dev, "%s:Set iso bw %lu kbyteps at %lu KHz\n",
__func__, bw, total_khz);
#if !defined(CONFIG_TEGRA_BWMGR)
ret = clk_set_rate(info->iso_emc, total_khz * 1000);
if (ret)
dev_err(info->dev, "%s:Failed to set iso bw\n",
__func__);
#endif
/*
* Request to ISOMGR or ICC depending on chip version.
*/