commit | 27059c3e4d99c134d050be62601afe43171173b3 | [log] [tgz] |
---|---|---|
author | mario.six@gdsys.cc <mario.six@gdsys.cc> | Mon May 23 10:12:11 2016 +0200 |
committer | York Sun <york.sun@nxp.com> | Tue Jul 26 09:00:44 2016 -0700 |
tree | 352e74bf8c33118c5b648ba9145ef66fc9f48ad0 | |
parent | 29d63a59eaf1c9f3b37e249cda2a97e5e4f183f8 [diff] |
i2c: fsl: Fix driver initialization 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> Reviewed-by: York Sun <york.sun@nxp.com>