[U-Boot] [PATCH 1/3] arm: Tegra2: Add missing PLLX init
Tom Warren
twarren.nvidia at gmail.com
Wed Apr 13 22:23:54 CEST 2011
CPCON (Charge Pump Control) is a 4-bit field, bits 11:8. The default
value is 0001. I'll change the comment to /* CPCON [11:8] = 0001 */
On Wed, Apr 13, 2011 at 1:12 PM, Albert ARIBAUD
<albert.u.boot at aribaud.net> wrote:
> Le 13/04/2011 22:07, Tom Warren a écrit :
>
>> + reg = CPCON; /* CPCON = 0001 */
>
>> +#define CPCON (1<< 8)
>
> Which one is the correct value? 0001 or 0x100?
>
> Amicalement,
> --
> Albert.
>
More information about the U-Boot
mailing list