Re: [U-Boot] [PATCH v3 1/5] armv8: ls2088a: The ls2088a platform supports the I2C driver model.

2019-08-22 Thread Prabhakar Kushwaha
> -Original Message- > From: Chuanhua Han > Sent: Monday, July 22, 2019 2:07 PM > To: albert.u.b...@aribaud.net; Prabhakar Kushwaha > ; Priyanka Jain ; > Rajesh Bhagat > Cc: u-boot@lists.denx.de; Chuanhua Han > Subject: [PATCH v3 1/5] armv8: ls2088a: The ls2088a platform supports the >

[U-Boot] [PATCH v3 1/5] armv8: ls2088a: The ls2088a platform supports the I2C driver model.

2019-07-22 Thread Chuanhua Han
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-b