Skip to content

Commit f0679cc

Browse files
committed
tartgets/s1sbp6a: fix afe clock initial value
Signed-off-by: Heuisam Kwag <heuisam@samsung.com>
1 parent bc68113 commit f0679cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/device/system_s1sbp6a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static void peripheral_init(void)
3737
{
3838
/*AFE Voltage Config */
3939
putreg32(&BP_AFE_TOP->REF_CTRL, 0x7A68201F);
40-
putreg32(&BP_AFE_TOP->AFE_CLK_CTRL, 0x0);
40+
putreg32(&BP_AFE_TOP->AFE_CLK_CTRL, 0x08);
4141
}
4242

4343
void SystemCoreClockUpdate(void) /* Get Core Clock Frequency */

0 commit comments

Comments
 (0)