mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user