commit | e9f2f9ad2d4fd41315c5220380e8b9c2fc43b434 | [log] [tgz] |
---|---|---|
author | Chuanhua Han <chuanhua.han@nxp.com> | Mon Jul 22 16:36:42 2019 +0800 |
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | Thu Aug 22 09:07:35 2019 +0530 |
tree | 1e953f140be05dbb00adf8d91830f428adadffbd | |
parent | 7657bc3e54a9cc33196e7243418534ec38a8669d [diff] |
boards: ls2088a: Add support of I2C driver model. DM_I2C_COMPAT is a compatibility layer that allows using the non-DM I2C API when DM_I2C is used.When DM_I2C_COMPAT is not enabled for compilation, a compilation error will be generated. This patch solves the problem that the i2c-related api of the ls2088a platform does not support dm. Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>