]> Gentwo Git Trees - linux/.git/commit
pmdomain: tegra: Add GENPD_FLAG_NO_STAY_ON flag
authorJon Hunter <jonathanh@nvidia.com>
Fri, 21 Nov 2025 14:10:03 +0000 (14:10 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Nov 2025 10:14:01 +0000 (11:14 +0100)
commitc98c99d5dbdf9fb0063650594edfd7d49b5f4e29
treef51963b626beb3b425f21241c30345787381bfed
parentc1bac49fe91f7c10fec95e6ef8304062202d5263
pmdomain: tegra: Add GENPD_FLAG_NO_STAY_ON flag

Commit 13a4b7fb6260 ("pmdomain: core: Leave powered-on genpds on until
late_initcall_sync") kept power-domains on longer during boot which is
causing some GPU related tests to fail on Tegra234. While this is being
investigated, add the flag GENPD_FLAG_NO_STAY_ON for Tegra devices to
restore the previous behaviour to fix this.

Fixes: 13a4b7fb6260 ("pmdomain: core: Leave powered-on genpds on until late_initcall_sync")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/tegra/powergate-bpmp.c