mirror of https://github.com/ARMmbed/mbed-os.git
tartgets/s1sbp6a: fix afe clock initial value
Signed-off-by: Heuisam Kwag <heuisam@samsung.com>pull/13674/head
parent
bc68113566
commit
f0679cca36
|
@ -37,7 +37,7 @@ static void peripheral_init(void)
|
|||
{
|
||||
/*AFE Voltage Config */
|
||||
putreg32(&BP_AFE_TOP->REF_CTRL, 0x7A68201F);
|
||||
putreg32(&BP_AFE_TOP->AFE_CLK_CTRL, 0x0);
|
||||
putreg32(&BP_AFE_TOP->AFE_CLK_CTRL, 0x08);
|
||||
}
|
||||
|
||||
void SystemCoreClockUpdate(void) /* Get Core Clock Frequency */
|
||||
|
|
Loading…
Reference in New Issue