> Commit 4d11c62ca8d7 ("clkdev: report over-sized strings when creating > clkdev entries") revealed that clock lookup is registered for all fixed > clocks. The mentioned commit added a check if the registered name is not > too long. This fails for some clocks registered for Exynos542x SoCs family. > This lookup is a left-over from early common clock framework days, not > really needed nowadays, so remove it to avoid further issues. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > Here is the fix for the mentioned 4d11c62ca8d7 commit, which fixes > booting of Exynos542x SoCs: > https://lore.kernel.org/all/20240507064434.3213933-1-m.szyprowski@xxxxxxxxxxx/ > > This change is independent fix. I've tested it on all Exynos based boards > I have in my test lab. It would be great if someone could test it on > s3c64xx and s3c24xx based boards. > --- > drivers/clk/samsung/clk.c | 9 --------- > 1 file changed, 9 deletions(-) I've boot tested this on gs101 / Pixel6, which now completes again successfully on this Exynos-based SoC. Tested-by: André Draszik <andre.draszik@xxxxxxxxxx>