]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: imx8mp: Add i.MX8MP Dummy clk
authorPeng Fan <peng.fan@nxp.com>
Sat, 12 Oct 2024 09:34:10 +0000 (17:34 +0800)
committerFabio Estevam <festevam@denx.de>
Sun, 13 Oct 2024 12:46:05 +0000 (09:46 -0300)
commit19c0e50a6951b22cfe175986cc54bbbd2e85f30b
treea51dd2e982b036428e4c134ec827476ab79c5f51
parentb970b73e1e470bb2bb1e50e4cf314b79eba4842c
clk: imx8mp: Add i.MX8MP Dummy clk

i.MX8MP SDHC use CLK_IMX8MP_DUMMY clk entry. Without the clk, the bulk
api will return failure.

The correct entry should be replaced with IMX8MP_IPG_ROOT clk in device
tree. This will be done in Kernel device tree and sync to U-Boot in
future:
https://lore.kernel.org/all/20241012025221.1728438-1-peng.fan@oss.nxp.com/

Fixes: 76332fae769 ("mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk API")
Reported-by: Gilles Talis <gilles.talis@nxp.com>
Tested-by: Gilles TALIS <gilles.talis@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/clk/imx/clk-imx8mp.c