commit | 8a898462961305504725238bf6341a088ea4f8f6 | [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 | 3f27fff6c7724f3180d34ecf69a3a843fb24e645 [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>