feat(driver): support acquire/release clock source dependency for all drivers

This commit is contained in:
wuzhenghui
2025-01-20 15:45:38 +08:00
parent 113f40a3e0
commit 65b7e70564
35 changed files with 135 additions and 102 deletions

View File

@@ -53,6 +53,7 @@ typedef enum {
---------------------------------------------------------------*/
typedef struct isp_processor_t {
int proc_id;
isp_clk_src_t clk_src;
isp_hal_context_t hal;
#if SOC_ISP_SHARE_CSI_BRG
int csi_brg_id;