Re: [U-Boot] LCRR setting on XPEDITE5370 & XPEDITE5200

Peter,
I see you guys set LCRR in the config.h. You are using LCRR_CLKDIV_4. Do you think this means clk/4? (I ask because the defines aren't correct, and wasn't sure about your expectation).
- k

Hi Kumar,
I see you guys set LCRR in the config.h. You are using LCRR_CLKDIV_4. Do you think this means clk/4? (I ask because the defines aren't correct, and wasn't sure about your expectation).
I faintly remember punching the numbers for LCRR a while back, then blindly replacing the calculated LCRR value with the LCRR_* defines from fsl_lbc.h. So clk/8 is intended, but I didn't register that LCRR_CLKDIV_4 was a misnomer at the time.
Thanks for checking, I'll send a patch when I have some free time unless someone beats me to it.
Peter

On Sep 15, 2009, at 10:04 PM, Peter Tyser wrote:
Hi Kumar,
I see you guys set LCRR in the config.h. You are using LCRR_CLKDIV_4. Do you think this means clk/4? (I ask because the defines aren't correct, and wasn't sure about your expectation).
I faintly remember punching the numbers for LCRR a while back, then blindly replacing the calculated LCRR value with the LCRR_* defines from fsl_lbc.h. So clk/8 is intended, but I didn't register that LCRR_CLKDIV_4 was a misnomer at the time.
Thanks for checking, I'll send a patch when I have some free time unless someone beats me to it.
I'll fix it up, just wanted to make sure which way you expected things. (Will expect your ack :)
- k
participants (2)
-
Kumar Gala
-
Peter Tyser