i.MX 6Q 1.2GHz related Linux 3.0.35 and UBOOT BSP changes

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX 6Q 1.2GHz related Linux 3.0.35 and UBOOT BSP changes

645 Views
NithinkumarN
Contributor II

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

Labels (1)
Tags (2)
0 Kudos
1 Reply

397 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos