[PATCH v5 11/12] arm64: dts: mediatek: add cpufreq support for mt8365-evk

Alexandre Mergnat amergnat at baylibre.com
Fri Apr 7 06:14:25 PDT 2023


+ To: Catalin Marinas <catalin.marinas at arm.com>
+ To: Will Deacon <will at kernel.org>

Sorry for the noise.

Regards,
Alexandre

Le ven. 7 avr. 2023 à 14:59, Alexandre Mergnat <amergnat at baylibre.com> a écrit :
>
> In order to have cpufreq support, this patch adds proc-supply and
> sram-supply for each CPU.
>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
> Signed-off-by: Alexandre Mergnat <amergnat at baylibre.com>
> ---
>  arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8365-evk.dts b/arch/arm64/boot/dts/mediatek/mt8365-evk.dts
> index 431078f8670e..d723838ed49b 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8365-evk.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt8365-evk.dts
> @@ -88,6 +88,26 @@ optee_reserved: optee at 43200000 {
>         };
>  };
>
> +&cpu0 {
> +       proc-supply = <&mt6357_vproc_reg>;
> +       sram-supply = <&mt6357_vsram_proc_reg>;
> +};
> +
> +&cpu1 {
> +       proc-supply = <&mt6357_vproc_reg>;
> +       sram-supply = <&mt6357_vsram_proc_reg>;
> +};
> +
> +&cpu2 {
> +       proc-supply = <&mt6357_vproc_reg>;
> +       sram-supply = <&mt6357_vsram_proc_reg>;
> +};
> +
> +&cpu3 {
> +       proc-supply = <&mt6357_vproc_reg>;
> +       sram-supply = <&mt6357_vsram_proc_reg>;
> +};
> +
>  &ethernet {
>         pinctrl-0 = <&ethernet_pins>;
>         pinctrl-names = "default";
>
> --
> 2.25.1
>



More information about the Linux-mediatek mailing list