RE: [PATCH V2 7/7] i2c: imx-lpi2c: use bulk clk API

From: Peng Fan
Date: Mon Aug 22 2022 - 19:37:42 EST


> Subject: Re: [PATCH V2 7/7] i2c: imx-lpi2c: use bulk clk API
>
>
> > - clk_disable_unprepare(lpi2c_imx->clk);
> > + clk_bulk_disable(lpi2c_imx->num_clks, lpi2c_imx->clks);
>
> Why is there no 'unprepare' with bulk?

My bad, will fix in V3.

Thanks,
Peng.