]> git.ipfire.org Git - thirdparty/linux.git/commit
arm64: dts: rockchip: Remove workaround that prevented Turing RK1 GPU power regulator...
authorSam Edwards <cfsworks@gmail.com>
Sun, 8 Jun 2025 18:48:55 +0000 (11:48 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 10 Jun 2025 11:15:53 +0000 (13:15 +0200)
commitde5b39d16318f9345f1ba7c1b684ba0c1cb6fdad
tree46b0da20745256aff13e392aae442eb3917ad22a
parente14491aaa6ff598bbe9d462e44c01ac65754f445
arm64: dts: rockchip: Remove workaround that prevented Turing RK1 GPU power regulator control

The RK3588 GPU power domain cannot be activated unless the external
power regulator is already on. When GPU support was added to this DT,
we had no way to represent this requirement, so `regulator-always-on`
was added to the `vdd_gpu_s0` regulator in order to ensure stability.
A later patch series (see "Fixes:" commit) resolved this shortcoming,
but that commit left the workaround -- and rendered the comment above
it no longer correct.

Remove the workaround to allow the GPU power regulator to power off, now
that the DT includes the necessary information to power it back on
correctly.

Fixes: f94500eb7328b ("arm64: dts: rockchip: Add GPU power domain regulator dependency for RK3588")
Signed-off-by: Sam Edwards <CFSworks@gmail.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250608184855.130206-1-CFSworks@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi