mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user