[U-Boot] [PATCH 08/14] tegra: Set up PMU for Nvidia boards
Simon Glass
sjg at chromium.org
Fri Jan 13 00:42:34 CET 2012
Hi Stephen,
On Tue, Jan 10, 2012 at 10:02 AM, Stephen Warren <swarren at nvidia.com> wrote:
> On 12/26/2011 12:33 PM, Simon Glass wrote:
>> Adjust PMU to permit maximum frequency operation.
> ...
>> diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
> ...
>> +#ifdef CONFIG_TEGRA2_I2C
>> + i2c_init_board();
>> +
>> +#ifdef CONFIG_TEGRA_PMU
>> + pmu_set_nominal();
>> +#endif
>> +#endif
>> +
>> return 0;
>> }
>
> I think there's some patch confusion here; weren't the outer ifdef and
> call to i2c_init_board() added in the I2C patch series too?
Yes, I moved some code around and duplicated it. I will fix this.
Regards,
Simon
>
> --
> nvpublic
More information about the U-Boot
mailing list