nvadsp: Use helper function __tegra_get_chip_id

tegra_get_chip_id() API is not exported from core kernel,
so use __tegra_get_chip_id() from fuse-helper.h instead.

Bug 4416828
Bug 4164138
Bug 3682950

Change-Id: Ieb6fde256c9fd7b5dfbd6975a030536834042cc5
Signed-off-by: Viswanath L <viswanathl@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3078396
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Viswanath L
2024-02-16 07:48:33 +00:00
committed by mobile promotions
parent 289095dfc6
commit 19c895951f
4 changed files with 8 additions and 16 deletions

View File

@@ -155,7 +155,7 @@ struct nvadsp_chipdata {
bool amc_not_avlbl;
bool amc_err_war;
bool chipid_ext;
u32 chipid_ext;
u32 adsp_prid;
char *adsp_elf;