commit | bfa89c503f37604388083095341be23af21669f7 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <neil.armstrong@linaro.org> | Wed Oct 09 11:15:21 2024 +0200 |
committer | Neil Armstrong <neil.armstrong@linaro.org> | Mon Oct 14 09:06:16 2024 +0200 |
tree | a5a3e874392ab5d0034b46fc3b7b9b6da8329e1d | |
parent | 53a9baeefb646a929483aee02ed8ed92a08169e0 [diff] |
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>