Question
Unable to get Spread Spectrum working on STM32MP157
Hello,
I tried to enable spread spectrum for PLL1 by adding a csg line to the TF-A DeviceTree:
pll1:st,pll@0 {
compatible = "st,stm32mp1-pll";
reg = <0>;
cfg = < 1 49 0 1 1 PQR(1,0,0) >;
csg = < 60 600 SSCG_MODE_CENTER_SPREAD >;
};I tried several different settings including one without any csg configuration. Each measurement (spectrum analyzer + nerafield probe) shows the exact same spectrum.
Are there any additional settings I need to apply?
