linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable cpufreq for MediaTek
@ 2021-12-17 15:44 Nícolas F. R. A. Prado
  2021-12-29 19:54 ` Matthias Brugger
  0 siblings, 1 reply; 2+ messages in thread
From: Nícolas F. R. A. Prado @ 2021-12-17 15:44 UTC (permalink / raw)
  To: matthias.bgg
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel,
	Nícolas F. R. A. Prado

The MediaTek CPUFreq driver provides control of CPU frequency/voltage
on MediaTek SoCs. Since there's no device-tree node to bind it to, the
driver needs to be enabled built-in. Enable it so.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..829e8bc045f7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -96,6 +96,7 @@ CONFIG_ARM_QCOM_CPUFREQ_HW=y
 CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
 CONFIG_ARM_SCMI_CPUFREQ=y
 CONFIG_ARM_TEGRA186_CPUFREQ=y
+CONFIG_ARM_MEDIATEK_CPUFREQ=y
 CONFIG_QORIQ_CPUFREQ=y
 CONFIG_ARM_SCMI_PROTOCOL=y
 CONFIG_ARM_SCPI_PROTOCOL=y
-- 
2.34.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable cpufreq for MediaTek
  2021-12-17 15:44 [PATCH] arm64: defconfig: Enable cpufreq for MediaTek Nícolas F. R. A. Prado
@ 2021-12-29 19:54 ` Matthias Brugger
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Brugger @ 2021-12-29 19:54 UTC (permalink / raw)
  To: Nícolas F. R. A. Prado
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, kernel



On 17/12/2021 16:44, Nícolas F. R. A. Prado wrote:
> The MediaTek CPUFreq driver provides control of CPU frequency/voltage
> on MediaTek SoCs. Since there's no device-tree node to bind it to, the
> driver needs to be enabled built-in. Enable it so.
> 
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Queued now in v5.16-tmp/defconfig

Thanks

> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f2e2b9bdd702..829e8bc045f7 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -96,6 +96,7 @@ CONFIG_ARM_QCOM_CPUFREQ_HW=y
>   CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
>   CONFIG_ARM_SCMI_CPUFREQ=y
>   CONFIG_ARM_TEGRA186_CPUFREQ=y
> +CONFIG_ARM_MEDIATEK_CPUFREQ=y
>   CONFIG_QORIQ_CPUFREQ=y
>   CONFIG_ARM_SCMI_PROTOCOL=y
>   CONFIG_ARM_SCPI_PROTOCOL=y
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-29 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 15:44 [PATCH] arm64: defconfig: Enable cpufreq for MediaTek Nícolas F. R. A. Prado
2021-12-29 19:54 ` Matthias Brugger

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).