STM32MP157c changing pll4q clock speed problem!
Hello,
I am working stm32mp157c. I'm trying to change the clock rate of stmcubeide using pll4q for spi45 (StmCubeIde outputs are attached.). Also The bsp setting is attached .
Pll settigs is;
st,pll@3 {
reg = <3>;
cfg = <1 32 5 66 5 PQR(0,1,0)>;
frac = <0x1000>;
};
I see the clocks are set correctly except pll4q (in linux "cat /sys/kernel/debug/clk/clk_summary" command).
It turns out 25.125Mhz when it should be 6MHz (linux outputs are attached).
I measure the pll4q clock with oscilloscope. Same as the value i see in "cat /sys/kernel/debug/clk/clk_summary" (not 6MHz, it is 25.125Mhz).
Where do you think the problem might be?
