commit | 5b8439bbdea9ad8c120cda408a97ed2e55e943d3 | [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 | 491739bb7456b95bb863421f6cd76af0ff9b797c [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>