nvadsp: t264: Set no interrupt for WFI on AON

AON F1 does not generate interrupt on entering WAITI, so
set no_wfi_irq flag to true. WFI status can be queried by
reading AO_MISC register.

Bug 3916054

Change-Id: I3e9e3e66fdb4d9dab25b74484fee07df211ceab6
Signed-off-by: Viswanath L <viswanathl@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-t264/+/3139592
Reviewed-by: Dara Ramesh <dramesh@nvidia.com>
Reviewed-by: Asha T <atalambedu@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Viswanath L
2024-05-16 19:18:06 +00:00
committed by Jon Hunter
parent f2c62be7fb
commit 5442215da4

View File

@@ -194,4 +194,5 @@ struct nvadsp_chipdata tegra264_aon_chipdata = {
.adsp_elf = "aon_t264.elf",
.num_irqs = NVAON_VIRQ_MAX,
.amc_not_avlbl = true,
.no_wfi_irq = true,
};