From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 10 Jan 2012 11:02:27 -0700 Subject: [U-Boot] [PATCH 08/14] tegra: Set up PMU for Nvidia boards In-Reply-To: <1324927987-13100-9-git-send-email-sjg@chromium.org> References: <1324927987-13100-1-git-send-email-sjg@chromium.org> <1324927987-13100-9-git-send-email-sjg@chromium.org> Message-ID: <4F0C7D33.5080904@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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