diff options
| author | Armando Visconti <armando.visconti@st.com> | 2012-12-06 00:04:19 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-12-11 13:17:32 -0700 | 
| commit | d40d914c06e73c2a7823c2a6dd164d1c10529f84 (patch) | |
| tree | 1c8823718128fa2569467f2b2d445f11eabdbea3 /drivers/i2c | |
| parent | ea31b7a7be738d7f4048f9fbe20fe02356999d44 (diff) | |
| download | olio-uboot-2014.01-d40d914c06e73c2a7823c2a6dd164d1c10529f84.tar.xz olio-uboot-2014.01-d40d914c06e73c2a7823c2a6dd164d1c10529f84.zip | |
designware_i2c.h: Define IC_CLK only if not already defined in config file
Signed-off-by: Armando Visconti <armando.visconti@st.com>
Diffstat (limited to 'drivers/i2c')
| -rw-r--r-- | drivers/i2c/designware_i2c.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/i2c/designware_i2c.h b/drivers/i2c/designware_i2c.h index 0dc8884ed..2faf4a871 100644 --- a/drivers/i2c/designware_i2c.h +++ b/drivers/i2c/designware_i2c.h @@ -60,7 +60,9 @@ struct i2c_regs {  	u32 ic_tx_abrt_source;  }; +#if !defined(IC_CLK)  #define IC_CLK			166 +#endif  #define NANO_TO_MICRO		1000  /* High and low times in different speed modes (in ns) */ |