drivers: clk: agilex5: Set PLL to asynchronous mode
PLL frequency would overshoot from the original target in synchronous mode during low VCC voltage condition. To resolve this issue, PLL is set to run on asynchronous mode instead of enabling synchronous mode in the clock driver. Signed-off-by: Muhammad Hazim Izzat Zamri <muhammad.hazim.izzat.zamri@altera.com> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
This commit is contained in:

committed by
Tom Rini

parent
9e7986e061
commit
58ef50ff9a
@@ -72,15 +72,6 @@ static const struct {
|
||||
u32 val;
|
||||
u32 mask;
|
||||
} membus_pll[] = {
|
||||
{
|
||||
MEMBUS_CLKSLICE_REG,
|
||||
/*
|
||||
* BIT[7:7]
|
||||
* Enable source synchronous mode
|
||||
*/
|
||||
BIT(7),
|
||||
BIT(7)
|
||||
},
|
||||
{
|
||||
MEMBUS_SYNTHCALFOSC_INIT_CENTERFREQ_REG,
|
||||
/*
|
||||
|
Reference in New Issue
Block a user