media: rockchip: isp: isp32 min clk to 200M

Change-Id: I24dea05cbe0a2839800099d9697302549d6ccc7f
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2022-05-17 09:37:33 +08:00
committed by Tao Huang
parent 446814d43f
commit 0cd024b0dd
2 changed files with 5 additions and 2 deletions
@@ -235,6 +235,9 @@ end:
rkisp_set_clk_rate(hw_dev->clks[0], hw_dev->clk_rate_tbl[i].clk_rate * 1000000UL);
if (hw_dev->is_unite)
rkisp_set_clk_rate(hw_dev->clks[5], hw_dev->clk_rate_tbl[i].clk_rate * 1000000UL);
/* aclk equal to core clk */
if (dev->isp_ver == ISP_V32)
rkisp_set_clk_rate(hw_dev->clks[1], hw_dev->clk_rate_tbl[i].clk_rate * 1000000UL);
dev_info(hw_dev->dev, "set isp clk = %luHz\n", clk_get_rate(hw_dev->clks[0]));
return 0;
+2 -2
View File
@@ -496,10 +496,10 @@ static const struct isp_clk_info rk3588_isp_clk_rate[] = {
static const struct isp_clk_info rv1106_isp_clk_rate[] = {
{
.clk_rate = 350,
.clk_rate = 200,
.refer_data = 1920, //width
}, {
.clk_rate = 350,
.clk_rate = 200,
.refer_data = 2688,
}, {
.clk_rate = 350,