This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -310,17 +310,6 @@ static rt_bool_t _pm_device_check_idle(void)
}
}
#ifdef AIC_CHIP_AIC1606SP
//check CSYS/SCSS/SESS is idle
volatile uint32_t cpu_status = 0;
#define PRCM_CPU_STATUS 0x8800010C
cpu_status = readl((void *)PRCM_CPU_STATUS);
if (cpu_status == 0x7)
return RT_TRUE;
else
return RT_FALSE;
#endif
return RT_TRUE;
}