Skip to content
Snippets Groups Projects
Commit c6910321 authored by Biwen Li's avatar Biwen Li Committed by Priyanka Jain
Browse files

i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag


This adds DM_FLAG_PRE_RELOC flag to probe i2c driver
before relocation

Signed-off-by: default avatarBiwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain's avatarPriyanka Jain <priyanka.jain@nxp.com>
parent beadf4f2
No related branches found
No related tags found
No related merge requests found
......@@ -1049,5 +1049,6 @@ U_BOOT_DRIVER(i2c_mxc) = {
.probe = mxc_i2c_probe,
.priv_auto_alloc_size = sizeof(struct mxc_i2c_bus),
.ops = &mxc_i2c_ops,
.flags = DM_FLAG_PRE_RELOC,
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment