Hello,
we are using AM4378 processor. I would like to setup Nitro mode (1GHZ cpu freq) as default after bootup for Linux.
I have been playing a little bit with cpufreq driver (we are using Linux 4.1.18) and I'm able to change whole scale with "userspace governor" on the fly.
If I want to set up default cpu freq of processor, what is the best/easiest way how to do it?
I tought that I can specify it in DTS file, but I wasn't able to find any example. I read a little bit about http://processors.wiki.ti.com/index.php/Linux_Core_Power_Management_User's_Guide_(v4.1)#Operating_Points
but I didn't get the point of it and if I can use it wtih AM4378 processor? (there is written "The OPP Modifier framework and DT entries used in the older v3.12 kernel have now been replaced by platform data defined in arch/arm/mach-omap2/oppXXXX_data.c files.") Therefore I took a look on arch/arm/mach-omap2/opp43xx_data.c source code and here I can see list of modes and their init, but I don't know how to change OPPNitro as default one?
Can you help me?
Thanks, Ondrej