
13 Jan
2012
13 Jan
'12
12:42 a.m.
Hi Stephen,
On Tue, Jan 10, 2012 at 10:02 AM, Stephen Warren swarren@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