From: "TingHan Shen (沈廷翰)" <TingHan.Shen@mediatek.com>
To: "matthias.bgg@gmail.com" <matthias.bgg@gmail.com>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mediatek@lists.infradead.org"
<linux-mediatek@lists.infradead.org>,
"Allen-KH Cheng (程冠勳)" <Allen-KH.Cheng@mediatek.com>,
Project_Global_Chrome_Upstream_Group
<Project_Global_Chrome_Upstream_Group@mediatek.com>
Subject: Re: [PATCH v1] soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power on
Date: Tue, 15 Nov 2022 11:56:31 +0000 [thread overview]
Message-ID: <c704f86f4085be5e180ea84b078d1cc81864c53c.camel@mediatek.com> (raw)
In-Reply-To: <20221012075434.30009-1-tinghan.shen@mediatek.com>
Hi Matthias,
Gently ping for this patch.
May I know this patch current status? It seems is under your reviewing state?
Best regards,
TingHan
On Wed, 2022-10-12 at 15:54 +0800, Tinghan Shen wrote:
> In the use case of configuring the access permissions of the ADSP core,
> the mt8186 SoC ADSP power will be switched on in the bootloader because
> the permission control registers are located in the ADSP subsys.
>
> Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
> ---
> drivers/soc/mediatek/mt8186-pm-domains.h | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/soc/mediatek/mt8186-pm-domains.h b/drivers/soc/mediatek/mt8186-pm-domains.h
> index 108af61854a3..fce86f79c505 100644
> --- a/drivers/soc/mediatek/mt8186-pm-domains.h
> +++ b/drivers/soc/mediatek/mt8186-pm-domains.h
> @@ -304,7 +304,6 @@ static const struct scpsys_domain_data scpsys_domain_data_mt8186[] = {
> .ctl_offs = 0x9FC,
> .pwr_sta_offs = 0x16C,
> .pwr_sta2nd_offs = 0x170,
> - .caps = MTK_SCPD_KEEP_DEFAULT_OFF,
> },
> [MT8186_POWER_DOMAIN_ADSP_INFRA] = {
> .name = "adsp_infra",
> @@ -312,7 +311,6 @@ static const struct scpsys_domain_data scpsys_domain_data_mt8186[] = {
> .ctl_offs = 0x9F8,
> .pwr_sta_offs = 0x16C,
> .pwr_sta2nd_offs = 0x170,
> - .caps = MTK_SCPD_KEEP_DEFAULT_OFF,
> },
> [MT8186_POWER_DOMAIN_ADSP_TOP] = {
> .name = "adsp_top",
> @@ -332,7 +330,7 @@ static const struct scpsys_domain_data scpsys_domain_data_mt8186[] = {
> MT8186_TOP_AXI_PROT_EN_3_CLR,
> MT8186_TOP_AXI_PROT_EN_3_STA),
> },
> - .caps = MTK_SCPD_SRAM_ISO | MTK_SCPD_KEEP_DEFAULT_OFF | MTK_SCPD_ACTIVE_WAKEUP,
> + .caps = MTK_SCPD_SRAM_ISO | MTK_SCPD_ACTIVE_WAKEUP,
> },
> };
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-15 11:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-12 7:54 [PATCH v1] soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power on Tinghan Shen
2022-10-13 8:23 ` AngeloGioacchino Del Regno
2022-11-15 11:56 ` TingHan Shen (沈廷翰) [this message]
2022-11-23 10:20 ` Matthias Brugger
2022-11-23 10:40 ` TingHan Shen (沈廷翰)
2022-12-02 11:13 ` TingHan Shen (沈廷翰)
2022-12-16 12:44 ` Matthias Brugger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c704f86f4085be5e180ea84b078d1cc81864c53c.camel@mediatek.com \
--to=tinghan.shen@mediatek.com \
--cc=Allen-KH.Cheng@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).