Commits

Adriana Reus committed ed8ec487917
MLK-16281-1: clk-imx8qm: Remove duplicated gpt clocks Some gpt clocks are defined twice which results in: gpt0_div gpt0_clk and also: gpt_0_div gpt_0_ipg_s_clk gpt_0_ipg_slv_clk gpt_0_hf_clk gpt_0_clk The second version is correct as per gpt lpcg cell. This patch removes the first set of clocks. Signed-off-by: Adriana Reus <adriana.reus@nxp.com>