commit | 5dd043a082b19c77c6177e867009a51a41e8707e | [log] [tgz] |
---|---|---|
author | Chuanhua Han <chuanhua.han@nxp.com> | Tue Jul 23 18:43:11 2019 +0800 |
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | Thu Aug 22 09:07:36 2019 +0530 |
tree | ff00622ba2746fad90c8d2db92b04b76460ef756 | |
parent | 292370df1ca11ed6fa63023ae7ca50a9dfb2e875 [diff] |
boards: ls1088a: 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 ls1088a platform does not support dm. Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>