[PATCH 3/3] imx: power-domain: Get rid of SMCCC dependency

Marek Vasut marex at denx.de
Sun Apr 17 20:15:22 CEST 2022


On 4/17/22 18:37, Adam Ford wrote:

[...]

> When I just reverted all three of those, it still hangs.  However,
> when I removed CONFIG_CLK, it recovered.  I'll examine which clocks
> may be missing or if there is some other clock dependency.

Hum, clock sounds indeed more plausible cause of the hang because the 
SMC calls (or the power domain driver) does not come up so early in the 
process. (the other possibility is that you're running of MALLOC_F space 
due to the extra clock).

The obvious other question I have would be -- does it hang if you only 
enable CONFIG_CLK=y without these patches here ?


More information about the U-Boot mailing list