Re: [U-Boot] [PATCH v4 1/4] armv8: ls1028a: The ls1028a platform supports the I2C driver model

2019-08-22 Thread Prabhakar Kushwaha
ct: Re: [U-Boot] [PATCH v4 1/4] armv8: ls1028a: The ls1028a platform > supports the I2C driver model > > On 7/10/2019 4:16 PM, Chuanhua Han wrote: > > 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 n

Re: [U-Boot] [PATCH v4 1/4] armv8: ls1028a: The ls1028a platform supports the I2C driver model

2019-07-12 Thread Alex Marginean
On 7/10/2019 4:16 PM, Chuanhua Han wrote: 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

[U-Boot] [PATCH v4 1/4] armv8: ls1028a: The ls1028a platform supports the I2C driver model

2019-07-10 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 ls1028a platform does not support dm.