]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: imx8: Add dummy clk
authorPeng Fan <peng.fan@nxp.com>
Wed, 16 Oct 2024 07:50:29 +0000 (15:50 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 18 Oct 2024 12:41:09 +0000 (09:41 -0300)
commit6846a5b23d880aa41861f1466534d8e12a04235d
tree513973ad10c74945862134b92b625e52f08298fa
parent4d49c5426f1c4c139c9ee08617f5431e419aa940
clk: imx8: Add dummy clk

There is a dummy clk entry for i.MX8QM/QXP, so add the dummy clk enable
and get rate. Otherwise "__imx8_clk_enable(Invalid clk ID #0)".

Fixes: 76332fae769 ("mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk API")
Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Tested-by: Heiko Schocher <hs@denx.de>
drivers/clk/imx/clk-imx8qm.c
drivers/clk/imx/clk-imx8qxp.c