media: rockchip: vicap: rk3588 add iclk_host and rst_host

if not control it together, may cause vicap do cru reset fail

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Ie8cc81688ab3c0d1d91b8aa27992b028f8aee80c
This commit is contained in:
Zefa Chen
2023-02-22 14:28:02 +08:00
committed by Tao Huang
parent aff37bd786
commit 43526c2435

View File

@@ -604,12 +604,20 @@ static const char * const rk3588_cif_clks[] = {
"aclk_cif",
"hclk_cif",
"dclk_cif",
"iclk_host0",
"iclk_host1",
};
static const char * const rk3588_cif_rsts[] = {
"rst_cif_a",
"rst_cif_h",
"rst_cif_d",
"rst_cif_host0",
"rst_cif_host1",
"rst_cif_host2",
"rst_cif_host3",
"rst_cif_host4",
"rst_cif_host5",
};
static const struct cif_reg rk3588_cif_regs[] = {