]> git.dujemihanovic.xyz Git - u-boot.git/commit
power/domain: meson-ee-pwrc: make sure to not enable a domain twice
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 9 Oct 2024 09:15:21 +0000 (11:15 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 14 Oct 2024 07:06:16 +0000 (09:06 +0200)
commitbfa89c503f37604388083095341be23af21669f7
treea5a3e874392ab5d0034b46fc3b7b9b6da8329e1d
parent53a9baeefb646a929483aee02ed8ed92a08169e0
power/domain: meson-ee-pwrc: make sure to not enable a domain twice

The upstream Device Tree for GXBB/GXL/G12A was updated with VPU domain
shared between the VPU and HDMI node, causing a double enable.

Simply store the enable state and avoid enabling twice, fixing
HDMI output on all platforms.

Link: https://lore.kernel.org/r/20241009-u-boot-topic-fix-hdmi-v1-2-2479cd90c4ea@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/power/domain/meson-ee-pwrc.c