[PATCH V2 0/3] clk: imx: imx6x: use imx_obtain_fixed_clk_hw

From: Peng Fan
Date: Wed Oct 23 2019 - 22:59:32 EST


From: Peng Fan <peng.fan@xxxxxxx>


V2:
Fix imx6ul build
push botton early and forgot to add this fix.

This is to use imx_obtain_fixed_clk_hw to replace
__clk_get_hw(of_clk_get_by_name(node, "name")) to simplify code.

Peng Fan (3):
clk: imx: imx6sll: use imx_obtain_fixed_clk_hw to simplify code
clk: imx: imx6sx: use imx_obtain_fixed_clk_hw to simplify code
clk: imx: imx6ul: use imx_obtain_fixed_clk_hw to simplify code

drivers/clk/imx/clk-imx6sll.c | 8 ++++----
drivers/clk/imx/clk-imx6sx.c | 12 ++++++------
drivers/clk/imx/clk-imx6ul.c | 8 ++++----
3 files changed, 14 insertions(+), 14 deletions(-)

--
2.16.4