Skip to content

Commit

Permalink
fix: a8k: svc: Fix the voltage settings for a7040 @ 1600MHz
Browse files Browse the repository at this point in the history
For A7040 running at 1600MHz the SVC workpoint should not be changed.

Change-Id: Ied44e34ffd71989b5a309f07ae29ba5a52d497ff
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/49627
Reviewed-by: Ilan Dahan <iland@marvell.com>
Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Reviewed-by: Igor Shapiro <ishapiro@marvell.com>
  • Loading branch information
Konstantin Porotchkin committed Jan 28, 2018
1 parent 72c2b6d commit 84c1c1d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plat/marvell/a8k/common/plat_ble_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,12 @@ static void ble_plat_svc_config(void)
break;
case CPU_1600_DDR_800_RCLK_800: /* 7020 only */
default:
if (perr[0])
goto perror;
avs_workpoint = svc[0];
if (single_cluster) {/* 7020 */
if (perr[0])
goto perror;
avs_workpoint = svc[0];
} else
avs_workpoint = 0;
break;
}
} else {
Expand Down

0 comments on commit 84c1c1d

Please sign in to comment.