MLK-20945-3 imx_virt_i2c: Add DM_FLAG_IGNORE_POWER_ON flag
authorYe Li <ye.li@nxp.com>
Tue, 19 Feb 2019 07:51:46 +0000 (23:51 -0800)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 11:28:18 +0000 (04:28 -0700)
commit6ac1ee462c7000e7017c55f76550551a6267dc58
treec08ff12d6a741ce77a66a28cfaaeafc086ff93ed
parentf958ee4917eac68b2c46e1bdbaaf42c6a44e663d
MLK-20945-3 imx_virt_i2c: Add DM_FLAG_IGNORE_POWER_ON flag

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)
drivers/i2c/imx_virt_i2c.c