From: "Ondřej Jirman" <megous-5qf/QAjKc83QT0dZR+AlfA@public.gmane.org>
To: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Maxime Ripard
<maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Sergey Matyukevich
<geomatsi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Andre Przywara <andre.przywara-5wv7dgnIgG8@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Emmanuel Vadot <manu-h+KGxgPPiopAfugRpC6u6w@public.gmane.org>,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
Jagan Teki
<jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>,
Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
Subject: Re: [PATCH 00/10] arm64: dts: allwinner: h5: Enable CPU DVFS (cpufreq)
Date: Mon, 2 Sep 2019 16:03:23 +0200 [thread overview]
Message-ID: <20190902140323.fgfrifyow5qgoce4@core.my.home> (raw)
In-Reply-To: <20190130084203.25053-1-wens-jdAy2FN1RRM@public.gmane.org>
Hi,
On Wed, Jan 30, 2019 at 04:41:53PM +0800, Chen-Yu Tsai wrote:
> Hi everyone,
>
> This series enables DVFS for the CPU cores (aka cpufreq) on the
> Allwinner H5 SoC. The OPP table was taken from Armbian, with minor
> tweaks to the maximum voltage to account for slightly increased voltage
> on some of the boards.
>
> This has been tested on the Bananapi M2+ v1.2 and Libre Computer
> ALL-H3-CC H5 ver.. I do not have the remaining boards so I've CC-ed
> people who did the original submission or have modified the board
> specifically later on.
>
> Patch 1 fixes the voltages specified for the GPIO-controlled regulator
> on the Bananapi M2+ v1.2. The voltages are slightly higher than what
> was originally written.
>
> Patch 2 adds a fixed regulator for the CPU on the original Bananapi M2+.
> This is for the retail version, not the engineering samples that had an
> even higher voltage setting.
>
> Patch 3 hooks up the CPU regulator supply for H5 boards that already
> define the regulator, but were missing the property to tie it to the
> CPUs.
>
> Patch 4 ~ 8 adds the CPU regulator for boards that don't have it
> defined. This is based on each vendor's schematics. I need people
> to test each of these specifically and the whole series.
>
> Patch 9 ties the CPU clock to the CPU cores.
>
> Patch 10 adds the OPP table, based on the one from Armbian.
>
> Please have a look and please help test this.
Looks like this patch series got forgotten. Or is it waiting for some
user testing?
regards,
o.
>
> Regards
> ChenYu
>
>
> Chen-Yu Tsai (10):
> ARM: dts: sunxi: bananapi-m2-plus-v1.2: Fix CPU supply voltages
> ARM: dts: bananapi-m2-plus: Add CPU supply regulator
> arm64: dts: allwinner: h5: Hook up cpu regulator supplies
> arm64: dts: allwinner: h5: nanopi-neo2: Add CPU regulator supply
> arm64: dts: allwinner: h5: orange-pi-zero-plus: Add CPU regulator
> supply
> arm64: dts: allwinner: h5: orange-pi-zero-plus2: Add CPU regulator
> supply
> arm64: dts: allwinner: h5: orange-pi-pc2: Add CPU regulator supply
> arm64: dts: allwinner: h5: orange-pi-prime: Add CPU regulator supply
> arm64: dts: allwinner: h5: Add clock to CPU cores
> arm64: dts: allwinner: h5: Add CPU Operating Performance Points table
>
> .../boot/dts/sunxi-bananapi-m2-plus-v1.2.dtsi | 30 +++-----
> arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi | 14 ++++
> .../sun50i-h5-emlid-neutis-n5-devboard.dts | 4 +
> .../allwinner/sun50i-h5-nanopi-neo-plus2.dts | 4 +
> .../dts/allwinner/sun50i-h5-nanopi-neo2.dts | 20 +++++
> .../dts/allwinner/sun50i-h5-orangepi-pc2.dts | 28 +++++++
> .../allwinner/sun50i-h5-orangepi-prime.dts | 28 +++++++
> .../sun50i-h5-orangepi-zero-plus.dts | 20 +++++
> .../sun50i-h5-orangepi-zero-plus2.dts | 20 +++++
> arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 75 +++++++++++++++++++
> 10 files changed, 224 insertions(+), 19 deletions(-)
>
> --
> 2.20.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2019-09-02 14:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-30 8:41 [PATCH 00/10] arm64: dts: allwinner: h5: Enable CPU DVFS (cpufreq) Chen-Yu Tsai
[not found] ` <20190130084203.25053-1-wens-jdAy2FN1RRM@public.gmane.org>
2019-01-30 8:41 ` [PATCH 01/10] ARM: dts: sunxi: bananapi-m2-plus-v1.2: Fix CPU supply voltages Chen-Yu Tsai
2019-01-30 8:41 ` [PATCH 02/10] ARM: dts: bananapi-m2-plus: Add CPU supply regulator Chen-Yu Tsai
2019-01-30 8:41 ` [PATCH 03/10] arm64: dts: allwinner: h5: Hook up cpu regulator supplies Chen-Yu Tsai
2019-01-30 8:41 ` [PATCH 04/10] arm64: dts: allwinner: h5: nanopi-neo2: Add CPU regulator supply Chen-Yu Tsai
2019-01-30 8:41 ` [PATCH 05/10] arm64: dts: allwinner: h5: orange-pi-zero-plus: " Chen-Yu Tsai
2019-01-30 8:41 ` [PATCH 06/10] arm64: dts: allwinner: h5: orange-pi-zero-plus2: " Chen-Yu Tsai
2019-01-30 8:42 ` [PATCH 07/10] arm64: dts: allwinner: h5: orange-pi-pc2: " Chen-Yu Tsai
2019-01-30 8:42 ` [PATCH 08/10] arm64: dts: allwinner: h5: orange-pi-prime: " Chen-Yu Tsai
2019-01-30 8:42 ` [PATCH 09/10] arm64: dts: allwinner: h5: Add clock to CPU cores Chen-Yu Tsai
2019-01-30 8:42 ` [PATCH 10/10] arm64: dts: allwinner: h5: Add CPU Operating Performance Points table Chen-Yu Tsai
[not found] ` <20190130084203.25053-11-wens-jdAy2FN1RRM@public.gmane.org>
2019-01-30 9:29 ` Maxime Ripard
2019-01-30 9:41 ` Chen-Yu Tsai
[not found] ` <CAGb2v64ZFZty-jeeKmPU8Ecg+rAE6zEm65tedb_ZZTTSXMEPOA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-01-30 9:59 ` Maxime Ripard
2019-01-31 3:28 ` Chen-Yu Tsai
2019-09-02 14:03 ` Ondřej Jirman [this message]
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=20190902140323.fgfrifyow5qgoce4@core.my.home \
--to=megous-5qf/qajkc83qt0dzr+alfa@public.gmane.org \
--cc=andre.przywara-5wv7dgnIgG8@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=geomatsi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org \
--cc=icenowy-h8G6r0blFSE@public.gmane.org \
--cc=jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=manu-h+KGxgPPiopAfugRpC6u6w@public.gmane.org \
--cc=maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org \
--cc=wens-jdAy2FN1RRM@public.gmane.org \
/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).