mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 18:53:42 +00:00
am33xx: Fix i2c sampling rate typo
Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
d88bc0425b
commit
65c206b688
1 changed files with 1 additions and 1 deletions
|
@ -76,6 +76,6 @@ struct i2c {
|
||||||
};
|
};
|
||||||
|
|
||||||
#define I2C_IP_CLK 48000000
|
#define I2C_IP_CLK 48000000
|
||||||
#define I2C_INTERNAL_SAMLPING_CLK 12000000
|
#define I2C_INTERNAL_SAMPLING_CLK 12000000
|
||||||
|
|
||||||
#endif /* _I2C_H_ */
|
#endif /* _I2C_H_ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue