arch: k210: Add a workaround for clock stabilization
Summary: - I noticed that sometimes uart shows nothing on the maix-bit board. - This commit adds a workaround to avoid such the issue Impact: - k210 only Testing: - Tested with maix-bit Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
e6376c72d7
commit
a0ff6f9fa6
|
@ -105,5 +105,9 @@ void k210_clockconfig(void)
|
|||
|
||||
g_cpu_clock = OSC_FREQ;
|
||||
}
|
||||
|
||||
/* Workaround for stabilization */
|
||||
|
||||
up_udelay(1);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue