]> Git Repo - J-u-boot.git/commit
boards: ls1088a: Add support of I2C driver model
authorChuanhua Han <[email protected]>
Tue, 23 Jul 2019 10:43:11 +0000 (18:43 +0800)
committerPrabhakar Kushwaha <[email protected]>
Thu, 22 Aug 2019 03:37:36 +0000 (09:07 +0530)
commit5dd043a082b19c77c6177e867009a51a41e8707e
treeff00622ba2746fad90c8d2db92b04b76460ef756
parent292370df1ca11ed6fa63023ae7ca50a9dfb2e875
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 <[email protected]>
Reviewed-by: Prabhakar Kushwaha <[email protected]>
board/freescale/ls1088a/ls1088a.c
include/configs/ls1088a_common.h
include/configs/ls1088ardb.h
This page took 0.038933 seconds and 4 git commands to generate.