
10 Jan
2012
10 Jan
'12
7:02 p.m.
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