On Fri, Dec 27, 2024 at 4:45 PM Parthiban <parthiban@xxxxxxxxxxx> wrote: > > On 11/10/24 5:53 PM, Chen-Yu Tsai wrote: > > On Fri, 08 Nov 2024 20:37:37 -0400, Cody Eksal wrote: > >> While testing the MMC nodes proposed in [1], it was noted that mmc0/1 > >> would fail to initialize, with "mmc: fatal err update clk timeout" in > >> the kernel logs. A closer look at the clock definitions showed that the MMC > >> MPs had the "CLK_SET_RATE_NO_REPARENT" flag set. No reason was given for > >> adding this flag in the first place, and its original purpose is unknown, > >> but it doesn't seem to make sense and results in severe limitations to MMC > >> speeds. Thus, remove this flag from the 3 MMC MPs. > >> > >> [...] > > > > Applied to clk-for-6.13 in git@xxxxxxxxxx:linux-sunxi/linux-sunxi.git, thanks! > > > > [1/1] clk: sunxi-ng: a100: enable MMC clock reparenting > > commit: 3fd8177f0015c32fdb0af0feab0bcf344aa74832 > This commit is missing in 6.13-rc4. Will it be merged in the next rcX? It looks like I tagged the wrong commit when I sent the pull request. I'll try to send a PR for it as a fix. ChenYu