[linux-cirrus] Setting HClk to lower speed
- From: Chase Douglas <cndougla@xxxxxxxxxx>
- To: linux-cirrus@xxxxxxxxxxxxx
- Date: Thu, 8 Feb 2007 13:51:56 -0500
Hi all,
I'm using redboot to boot linux on my edb9302a board. For my current
project, I need to clock the memory at only 50 MHz instead of 100
MHz. I assume that this is set in the redboot code, but I can't find
where. The only place I see redboot set the CLKSET1 register is in
HAL_PLATFORM_RESET():
HAL_WRITE_UINT32(EP9312_CLKSET1, 0x000398e7);
However, when I place a printk in ep93xx_clock_init, I see that
CLKSET1 is set to 0x02a4e39e. Does anyone know how this gets set?
Thanks,
Chase
- Follow-Ups:
- [linux-cirrus] Re: Setting HClk to lower speed
- From: Charles Moschel
Other related posts:
- » [linux-cirrus] Setting HClk to lower speed
- » [linux-cirrus] Re: Setting HClk to lower speed
- [linux-cirrus] Re: Setting HClk to lower speed
- From: Charles Moschel