Selaa lähdekoodia

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 vuotta sitten
vanhempi
sitoutus
23e5f249d6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 */
 /* freq */
 static struct freq_table pineapple_freq_table[] = {
 static struct freq_table pineapple_freq_table[] = {
-	{480000000}, {435000000}, {380000000}, {280000000}
+	{533333333}, {480000000}, {435000000}, {380000000}, {280000000}, {196000000}
 };
 };
 
 
 /* register, value, mask */
 /* register, value, mask */