From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 07 May 2014 14:13:38 -0600 Subject: [U-Boot] [PATCH] ARM: tegra: use a CPU freq that all SKUs can support In-Reply-To: <1399492636.2266.4.camel@tellur> References: <1398367830-6814-1-git-send-email-swarren@wwwdotorg.org> <1399492636.2266.4.camel@tellur> Message-ID: <536A93F2.20105@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/07/2014 01:57 PM, Lucas Stach wrote: > Hi Stephen, > > I was just porting this change to barebox and stumbled upon a few errors > here. Wow, I suck. Thanks for the heads up. I'll repost a fixed up version soon. > Am Donnerstag, den 24.04.2014, 13:30 -0600 schrieb Stephen Warren: >> diff --git a/arch/arm/cpu/arm720t/tegra30/cpu.c b/arch/arm/cpu/arm720t/tegra30/cpu.c >> +#define TPS62366A_I2C_ADDR 0x60 > > The I2C address for this chip on Beaver is 0xc0, not 0x60. I don't know > about Cardhu. That's a confusion about 7-bit vs 8-bit I2C addresses.