Hi,
I'm working on i.MX6Q processor.
Current I have Linux 3.0.35 AND uboot BSPs for 1GHz support. I'm going to use 1.2GHz supported i.MX6Q processor in my platform.
Please let me know what are the changes I have to take care in Linux and Uboot BSPs which I have for 1GHz support.
Thanks and Regards,
Nithin
Hi Nithin
for uboot one can look at :
../mx6q_sabresd/mx6q_sabresd.c
setup_pmic_voltages()
../cpu/arm_cortexa8/mx6/generic.c
config_pll_clk(), config_core_clk()
in linux:
linux:
../arch/arm/mach-mx6/cpu_op-mx6.c
mx6_cpu_op_init() , CPU_AT_1_2GHz
example at:
http://www.udoo.org/forum/threads/udoo-i-mx6-overclocked-1-2ghz.596/
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------