spread spectrum on STM32MP1
Hi,
I have to use the spread spectrum on PLL4 on STM32MP1
I have set the pll4 in tfa and u-boot as follows
tfa
pll4:st,pll@3 {
cfg = < 1 49 11 10 1 3>;
csg = < 80 80 SSCG_MODE_CENTER_SPREAD >;
};
u-boot
pll4:st,pll@3 {
cfg = < 1 49 11 10 1 7>;
csg = < 16000 16000 SSCG_MODE_CENTER_SPREAD >;
u-boot,dm-pre-reloc;
}
When I check the register (on linux) RCC_PPLL4CSGR the settings seems ok, but when I write SSCG_CTRL=1 on RCC_PLL4CR nothing happened.
Where I am wrong?
