clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents
authorPeng Fan <peng.fan@nxp.com>
Fri, 31 Mar 2023 06:38:10 +0000 (14:38 +0800)
committerAbel Vesa <abel.vesa@linaro.org>
Sun, 9 Apr 2023 14:12:49 +0000 (17:12 +0300)
commitd608c18018c897b88d66f1340fe274b7181817fa
tree8ab70eab4d4a12b16990b8968ca133f3bf467d65
parent6b60c3ae3e98d036945f2d5c11d35b4c178ea423
clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents

XBAR_DIVBUS and AD_SLOW should set parent to XBAR_AD_DIVPLAT and
XBAR_DIVBUS respectively, not the NIC_AD. otherwise we will get
wrong clock rate.

Fixes: c43a801a5789 ("clk: imx: Add clock driver for imx8ulp")
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20230331063814.2462059-2-peng.fan@oss.nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
drivers/clk/imx/clk-imx8ulp.c