* Kevin Hilman <khilman@xxxxxxxxxx> [231023 21:31]: > Instead, what should be happening is that when `no_console_suspend` is > set, there should be an extra pm_runtime_get() which increases the > device usecount such that the device never runtime suspends, and thus > the domain will not get powered off. We already have the runtime PM usage count kept in the driver (unless there's a bug somewhere). The issue is that on suspend the power domain still gets shut down. I suspect that some of the SoC power domains get force shut down on suspend somewhere? Regards, Tony