[PATCH 2/2] OMAP24xx I2C: Add support for 'set-speed' Signed-off-by: Hannes Petermaier <oe5hpm at oevsv.at>
Hannes Petermaier
oe5hpm at oevsv.at
Sat Feb 1 22:12:46 CET 2014
---
include/i2c.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/i2c.h b/include/i2c.h
index f93a183..cf5ae0e 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -67,7 +67,7 @@ struct i2c_adapter {
int len);
uint (*set_bus_speed)(struct i2c_adapter *adap,
uint speed);
- int speed;
+ int speed, waitdelay;
int slaveaddr;
int init_done;
int hwadapnr;
--
1.7.9.5
More information about the U-Boot
mailing list