MLK-17491-42 clk: imx7ulp: fix the wrong gpio clocks definition
authorDong Aisheng <aisheng.dong@nxp.com>
Thu, 7 Sep 2017 12:31:32 +0000 (20:31 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:54:46 +0000 (14:54 -0500)
commit62f815acbef01b776e0c1512002bc7ac0eea3746
tree165753af8eabe1a17f48778afe1ccec6f56a54e5
parent4709f13bd608debcedbf795c86546b7889ec62aa
MLK-17491-42 clk: imx7ulp: fix the wrong gpio clocks definition

Current imx_clk_composite used for GPIO clock definition is wrong
as GPIO has no mux support according to reference manual.
Instead, we can only use imx_clk_gate for it.

This patch also fixes some code indent issue.

Fixes: ("1a86f07ce6a2 MLK-13485-4 clk: imx7ulp: add gpio port control clocks")
Reviewed-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
drivers/clk/imx/clk-imx7ulp.c