> - clk_disable_unprepare(lpi2c_imx->clk); > + clk_bulk_disable(lpi2c_imx->num_clks, lpi2c_imx->clks); Why is there no 'unprepare' with bulk?