]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pmdomain:rockchip: Fix init genpd as GENPD_STATE_ON before regulator ready
authorFrank Zhang <rmxpzlb@gmail.com>
Tue, 16 Dec 2025 05:52:47 +0000 (13:52 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 15 Jan 2026 12:39:16 +0000 (13:39 +0100)
commit861d21c43c98478eef70e68e31d4ff86400c6ef7
tree120ee3dba0b26c0b8611fc666d3a0f2f0a67b4bf
parent3de49966499634454fd59e0e6fecd50baab7febd
pmdomain:rockchip: Fix init genpd as GENPD_STATE_ON before regulator ready

RK3588_PD_NPU initialize as GENPD_STATE_ON before regulator ready.
rknn_iommu initlized success and suspend RK3588_PD_NPU. When rocket
driver register, it will resume rknn_iommu.

If regulator is still not ready at this point, rknn_iommu resume fail,
pm runtime status will be error: -EPROBE_DEFER.

This patch set pmdomain to off if it need regulator during probe,
consumer device can power on pmdomain after regulator ready.

Signed-off-by: Frank Zhang <rmxpzlb@gmail.com>
Tested-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
Tested-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Fixes: db6df2e3fc16 ("pmdomain: rockchip: add regulator support")
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/rockchip/pm-domains.c