commit | 74349c659401b6049617b83898cc69ad54c52d46 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon May 21 06:46:32 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:22 2012 +0200 |
tree | 10e1e4ed5fefaeb837c01e1daa9802ecca077a0b | |
parent | 6097fdf9a30fb7f8f56bb182e674d2e6b55146e4 [diff] [blame] |
am33xx: Fix i2c sampling rate typo Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Heiko Schocher <hs@denx.de>
diff --git a/arch/arm/include/asm/arch-am33xx/i2c.h b/arch/arm/include/asm/arch-am33xx/i2c.h index dcb294c..32b2258 100644 --- a/arch/arm/include/asm/arch-am33xx/i2c.h +++ b/arch/arm/include/asm/arch-am33xx/i2c.h
@@ -76,6 +76,6 @@ }; #define I2C_IP_CLK 48000000 -#define I2C_INTERNAL_SAMLPING_CLK 12000000 +#define I2C_INTERNAL_SAMPLING_CLK 12000000 #endif /* _I2C_H_ */