]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: imx: clk-imx8mn Fix nand and spi clock parent
authorMichael Trimarchi <michael@amarulasolutions.com>
Sun, 7 Jul 2024 08:19:58 +0000 (10:19 +0200)
committerFabio Estevam <festevam@gmail.com>
Mon, 22 Jul 2024 20:55:35 +0000 (17:55 -0300)
commit50cdd3f74af330c56713f7758d4ff1af9f3b7e72
tree3f1cb0ca923680202fffbacfcc4ea9c59eb27a22
parent5024a96db8ea6ff2e814f4599af9e5faf09296b7
clk: imx: clk-imx8mn Fix nand and spi clock parent

The osc_24m is the clock-output-name and not the one that
is used as internal name reference from the strcmp. The clock
that use osc_24m, will not be able to reparent it as they should.
We need anyway register the osc_24m clock fixed factor in the clock
tree.

Fixes: 710c4ffb890 ("clk: imx: clk-imx8mn add gpmi nand clocks")
Fixes: 85b1c11989c ("clk: imx: Add ECSPI to iMX8MN")
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
drivers/clk/imx/clk-imx8mn.c