
7 May
2014
7 May
'14
10:13 p.m.
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.