clk: imx: imx6ul: use imx_obtain_fixed_clk_hw to simplify code
authorPeng Fan <peng.fan@nxp.com>
Thu, 24 Oct 2019 02:59:42 +0000 (02:59 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 28 Oct 2019 08:46:54 +0000 (16:46 +0800)
commit8f5d481959a04ad81cc928c698ebe6a9dae23971
treeb67c6c5b0c1926d117d7a03c01ea8f78556dca92
parent8e1de35d4cebeabcd7a8619f0af34cf2444dc34b
clk: imx: imx6ul: use imx_obtain_fixed_clk_hw to simplify code

imx_obtain_fixed_clk_hw could be used to simplify code to replace
__clk_get_hw(of_clk_get_by_name(node, "name"))

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx6ul.c