浏览代码

video: driver: Add TURBO and LOWSVS_D1 clocks

Update the clk table to support TURBO and
LOWSVS_D1 clocks

Change-Id: I69f710ae45df47f0e5190ec1be217b69f35abcf7
Signed-off-by: Deepa Guthyappa Madivalara <[email protected]>
Deepa Guthyappa Madivalara 2 年之前
父节点
当前提交
23e5f249d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      driver/platform/pineapple/src/msm_vidc_pineapple.c

+ 1 - 1
driver/platform/pineapple/src/msm_vidc_pineapple.c

@@ -2672,7 +2672,7 @@ const struct context_bank_table pineapple_context_bank_table[] = {
 
 /* freq */
 static struct freq_table pineapple_freq_table[] = {
-	{480000000}, {435000000}, {380000000}, {280000000}
+	{533333333}, {480000000}, {435000000}, {380000000}, {280000000}, {196000000}
 };
 
 /* register, value, mask */