[U-Boot] [PATCH 08/14] tegra: Set up PMU for Nvidia boards
Stephen Warren
swarren at nvidia.com
Tue Jan 10 19:02:27 CET 2012
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?
--
nvpublic
More information about the U-Boot
mailing list