mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
i2c: ast_i2c: Update to use standard enums for speed
Update this driver to use the new standard enums for speed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
committed by
Heiko Schocher
parent
7bd21b6264
commit
642400ced6
@@ -126,6 +126,4 @@ struct ast_i2c_regs {
|
||||
#define I2CD_RX_DATA_SHIFT 8
|
||||
#define I2CD_RX_DATA_MASK (0xff << I2CD_RX_DATA_SHIFT)
|
||||
|
||||
#define I2C_HIGHSPEED_RATE 400000
|
||||
|
||||
#endif /* __AST_I2C_H_ */
|
||||
|
Reference in New Issue
Block a user