Hi Carlos, On Wed, Dec 18, 2024 at 12:42:38PM +0800, Carlos Song wrote: > Compatible string "fsl,imx7d-i2c" is not exited at i2c-imx driver > compatible string table, at the result, "fsl,imx21-i2c" will be > matched, but it will cause errata ERR007805 not be applied in fact. > > So Add "fsl,imx7d-i2c" compatible string in i2c-imx driver to apply > the errata ERR007805(https://www.nxp.com/webapp/Download?colCode= > IMX7DS_2N09P). > > "fsl,imx7d-i2c" already is documented in binding doc. This errata > fix has been included in imx6_i2c_hwdata and it is the same in all > I.MX6/7/8, so just reuse it. > > Signed-off-by: Carlos Song <carlos.song@xxxxxxx> > Signed-off-by: Haibo Chen <haibo.chen@xxxxxxx> with the commit log changes, merged to i2c/i2c-host-fixes. Thanks, Andi