commit | 28a724fa22fd31ce23db783a451ba45bd5387a44 | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Thu Dec 06 00:04:17 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Dec 11 13:17:32 2012 -0700 |
tree | d780361247639c2ca75ac5d1340cec315c466b04 | |
parent | 6bc6ef7c939c3f741cd8626a2862b270c81306be [diff] |
designware_i2c: Fixed the setting of the i2c bus speed There are three couple (hcnt/lcnt) of registers for each speed (SS/FS/HS). The driver needs to set the proper couple of regs according to what speed we are setting. Signed-off-by: Armando Visconti <armando.visconti@st.com>