How to boost Core and DDR clock for imx6-sololite?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to boost Core and DDR clock for imx6-sololite?

491 次查看
surendranadkarn
Contributor I

I am using imx6-sololite based system based on EVK board. I was facing problem with boot because of low capacitance on supply voltage to core. I reduced the clock by blowing BOOT_CFG2 Fuse as follows

imxotp blow --force 5 0x08000430

Now, I would like to increase the Core and DDR clock either in uboot or kernel. Would you point me to peice of code that I can use to do the modifications?

标签 (3)
0 项奖励
1 回复

383 次查看
surendranadkarn
Contributor I

I have added following in uboot to change frequency to 792MHz

/*set clock to 792 MHz*/ 
val = 0x00;
REG_WR(CCM_BASE_ADDR, CLKCTL_CACRR, val);
0 项奖励