
-----Original Message----- From: Chuanhua Han chuanhua.han@nxp.com Sent: Tuesday, July 2, 2019 12:06 PM To: albert.u.boot@aribaud.net; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Ashish Kumar ashish.kumar@nxp.com; Rajesh Bhagat rajesh.bhagat@nxp.com Cc: u-boot@lists.denx.de; Chuanhua Han chuanhua.han@nxp.com Subject: [PATCH v2 1/5] armv8: ls1088a: The ls1088a platform supports the 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
depends on:
This patch has been applied to fsl-qoriq master, awaiting upstream.
--pk