When we probe device with virtual i2c driver, it will definitely
fail to power up the PD. Becasue the resource is owned by M4. So
set this driver to ignore the power up result
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit
7f753d1b5950015b11be58aa937e5c14b9f26d7a)
.child_post_bind = imx_virt_i2c_child_post_bind,
.priv_auto_alloc_size = sizeof(struct imx_virt_i2c_bus),
.ops = &imx_virt_i2c_ops,
- .flags = DM_FLAG_IGNORE_DEFAULT_CLKS,
+ .flags = DM_FLAG_IGNORE_POWER_ON | DM_FLAG_IGNORE_DEFAULT_CLKS,
};