]> git.baikalelectronics.ru Git - uboot.git/commit
boards: ls2088a: Add support of I2C driver model.
authorChuanhua Han <chuanhua.han@nxp.com>
Mon, 22 Jul 2019 08:36:42 +0000 (16:36 +0800)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:35 +0000 (09:07 +0530)
commitaaa7bf72d2fd8cd161f506a74a3a3f70efa3b23e
tree1e953f140be05dbb00adf8d91830f428adadffbd
parentee364643a35d80b074252192b9dec49ea35e2499
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>
board/freescale/ls2080ardb/ls2080ardb.c
include/configs/ls2080a_common.h
include/configs/ls2080ardb.h