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 ?