We use DM8161 with kernel cloned from arago linux-omap3 and u-boot from arago u-boot-omap3
We need to change the clock setting, to match the specification stated in Rev F datasheet.
I can find some #define to change in u-boot arch/arm/include/asm/arch-ti81xx/clocks_ti816x.h (FAPLL mult, div, freq and post div) but no sysclk PRMC divider is defined.
In the kernel I can find #define (in arch/arm/mach-omap2/cm-regbits-81xx.h) of FAPLL mult, div, freq and post div again but no sysclk PRMC divider.
I wonder if kernel overwrite settings done in u-boot. And where are set (or should be set) the sysclk divider, u-boot or kernel?
best regards
max