]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drivers: meson: secure-pwrc: always enable DMA domain
authorAlexey Romanov <avromanov@sberdevices.ru>
Sat, 10 Jun 2023 09:04:14 +0000 (12:04 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 19 Jun 2023 09:02:37 +0000 (11:02 +0200)
Starting from commit e45f243409db ("firmware: meson_sm:
populate platform devices from sm device tree data") pwrc
is probed successfully and disables unused pwr domains.
By A1 SoC family design, any TEE requires DMA pwr domain
always enabled.

Fixes: b3dde5013e13 ("soc: amlogic: Add support for Secure power domains controller")
Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru>
Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230610090414.90529-1-avromanov@sberdevices.ru
[narmstrong: added fixes tag]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/soc/amlogic/meson-secure-pwrc.c

index e9351876352672f163809b139ccc608589112d66..25b4b71df9b8935451f0f35cae8094104b05c25c 100644 (file)
@@ -105,7 +105,7 @@ static struct meson_secure_pwrc_domain_desc a1_pwrc_domains[] = {
        SEC_PD(ACODEC,  0),
        SEC_PD(AUDIO,   0),
        SEC_PD(OTP,     0),
-       SEC_PD(DMA,     0),
+       SEC_PD(DMA,     GENPD_FLAG_ALWAYS_ON | GENPD_FLAG_IRQ_SAFE),
        SEC_PD(SD_EMMC, 0),
        SEC_PD(RAMA,    0),
        /* SRAMB is used as ATF runtime memory, and should be always on */