MLK-21877 imx_lpi2c: Fix IPG clock issue
authorYe Li <ye.li@nxp.com>
Mon, 27 May 2019 11:29:22 +0000 (04:29 -0700)
committerYe Li <ye.li@nxp.com>
Mon, 27 May 2019 11:29:22 +0000 (04:29 -0700)
commitda274253221e84f70932acf956e2bbf6f4046ca8
treeb56995dff261ac08ed73afb6fee481284a6a0b08
parent9cc9b7edeeabace1fa013a673345cd804a605b1f
MLK-21877 imx_lpi2c: Fix IPG clock issue

There are two clocks for lpi2c, PER and IPG. But the clk driver
only enables PER clock without IPG, this will cause problem if IPG clock
is disabled during partition reboot.

Signed-off-by: Ye Li <ye.li@nxp.com>
drivers/i2c/imx_lpi2c.c