Skip to content
Snippets Groups Projects
Commit c2e07449 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: add comment about anomaly 05000430 avoidance

parent 48ab1509
No related branches found
No related tags found
No related merge requests found
...@@ -335,6 +335,7 @@ void initcode(ADI_BOOT_DATA *bootstruct) ...@@ -335,6 +335,7 @@ void initcode(ADI_BOOT_DATA *bootstruct)
if (!ANOMALY_05000386) { if (!ANOMALY_05000386) {
serial_putc('F'); serial_putc('F');
/* Always programming PLL_LOCKCNT avoids Anomaly 05000430 */
ADI_SYSCTRL_VALUES memory_settings; ADI_SYSCTRL_VALUES memory_settings;
uint32_t actions = SYSCTRL_WRITE | SYSCTRL_PLLCTL | SYSCTRL_PLLDIV | SYSCTRL_LOCKCNT; uint32_t actions = SYSCTRL_WRITE | SYSCTRL_PLLCTL | SYSCTRL_PLLDIV | SYSCTRL_LOCKCNT;
if (CONFIG_HAS_VR) { if (CONFIG_HAS_VR) {
...@@ -379,6 +380,7 @@ void initcode(ADI_BOOT_DATA *bootstruct) ...@@ -379,6 +380,7 @@ void initcode(ADI_BOOT_DATA *bootstruct)
serial_putc('H'); serial_putc('H');
/* Always programming PLL_LOCKCNT avoids Anomaly 05000430 */
bfin_write_PLL_LOCKCNT(CONFIG_PLL_LOCKCNT_VAL); bfin_write_PLL_LOCKCNT(CONFIG_PLL_LOCKCNT_VAL);
serial_putc('I'); serial_putc('I');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment