projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88bc04
)
am33xx: Fix i2c sampling rate typo
author
Tom Rini
<trini@ti.com>
Mon, 21 May 2012 06:46:32 +0000
(06:46 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:22 +0000
(14:07 +0200)
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Heiko Schocher <hs@denx.de>
arch/arm/include/asm/arch-am33xx/i2c.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-am33xx/i2c.h
b/arch/arm/include/asm/arch-am33xx/i2c.h
index dcb294c35d53793523716b34f8c1a35d1296c561..32b225800dbdb444a8b2e3253bb05d37426521bd 100644
(file)
--- a/
arch/arm/include/asm/arch-am33xx/i2c.h
+++ b/
arch/arm/include/asm/arch-am33xx/i2c.h
@@
-76,6
+76,6
@@
struct i2c {
};
#define I2C_IP_CLK 48000000
-#define I2C_INTERNAL_SAM
LP
ING_CLK 12000000
+#define I2C_INTERNAL_SAM
PL
ING_CLK 12000000
#endif /* _I2C_H_ */