MLK-14938-13 imx_lpi2c: Update lpi2c driver to support imx8
Add compatible string for i.MX8 and move imx_lpi2c.h from mx7ulp directory to u-boot include directory as a common header file. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit d016611b59c688df6a8330984f2636c420e5adb5)
This commit is contained in:
parent
0acb32fd61
commit
c947b75c5f
|
|
@ -9,7 +9,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/imx-regs.h>
|
||||
#include <asm/arch/imx_lpi2c.h>
|
||||
#include <imx_lpi2c.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <dm.h>
|
||||
#include <fdtdec.h>
|
||||
|
|
@ -449,6 +449,7 @@ static const struct dm_i2c_ops imx_lpi2c_ops = {
|
|||
|
||||
static const struct udevice_id imx_lpi2c_ids[] = {
|
||||
{ .compatible = "fsl,imx7ulp-lpi2c", },
|
||||
{ .compatible = "fsl,imx8qm-lpi2c", },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue