Hello,
I'm trying to configure linux for a custom board we've developed and I'm having an issue finding where the clock rates for each PLL and it's sysclks are defined in the linux kernel. I see the clock structure defined (for example in dm365.c) and the access functions to change the rate(in clock.c). But I can't find where in the code the desired final rates are defined or, if it's done directly, the CLKDIVx values is set. Is this not done by the kernel and the settings are left over from u-boot?
I'm sure it's a simple thing, I appreciate any help.
Thanks,
Matt