
26 Jul
2016
26 Jul
'16
10:17 p.m.
On 05/23/2016 01:12 AM, mario.six@gdsys.cc wrote:
Due to a oversight in testing, the initialization of the recently introduced Freescale I2C DM driver works only for 36 bit mode of e.g. the MPC85XX SoCs (specifically, if the physical addresses are 64 bit wide and the DT addresses 32 bit wide).
This patch corrects the initialization so that it will work in a more general setting.
Signed-off-by: Mario Six mario.six@gdsys.cc
drivers/i2c/fsl_i2c.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
Applied to fsl-qoriq master. Awaiting upstream. Thanks.
York