From: E Shattow <e@freeshell.de>
To: Rick Chen <rick@andestech.com>, Leo <ycliang@andestech.com>,
Minda Chen <minda.chen@starfivetech.com>,
Hal Feng <hal.feng@starfivetech.com>,
Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH] riscv: dts: jh7110: override syscrg assigned clock rates with defaults
Date: Sat, 3 May 2025 14:34:24 -0700 [thread overview]
Message-ID: <b832da5c-4a7c-499d-96ee-9ec03269700a@freeshell.de> (raw)
In-Reply-To: <20250503122952.973129-1-e@freeshell.de>
On 5/3/25 05:29, E Shattow wrote:
> JH7110 drivers are missing support for CPU frequency scaling, so override
> upstream device-tree to use default clock rates for syscrg. This override
> duplicates a portion of jh7110-common-u-boot.dtsi file planned for removal.
>
> Signed-off-by: E Shattow <e@freeshell.de>
> ---
> arch/riscv/dts/jh7110-u-boot.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/riscv/dts/jh7110-u-boot.dtsi b/arch/riscv/dts/jh7110-u-boot.dtsi
> index a9e318c4a31..13adbb6922c 100644
> --- a/arch/riscv/dts/jh7110-u-boot.dtsi
> +++ b/arch/riscv/dts/jh7110-u-boot.dtsi
> @@ -108,6 +108,7 @@
>
> &syscrg {
> bootph-pre-ram;
> + assigned-clock-rates = <0>; /* cpufreq not implemented, use defaults */
> };
>
> &stgcrg {
>
> base-commit: 6cc812f8cc55c132458c7da5b9fb7666315cbe8c
I missed the sort ordering on adding this, it should be ordered above
the bootph-pre-ram hint. Will fix with v2 after review and taking
comments. -E
next prev parent reply other threads:[~2025-05-03 21:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-03 12:29 [PATCH] riscv: dts: jh7110: override syscrg assigned clock rates with defaults E Shattow
2025-05-03 21:34 ` E Shattow [this message]
2025-05-08 8:29 ` Leo Liang
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=b832da5c-4a7c-499d-96ee-9ec03269700a@freeshell.de \
--to=e@freeshell.de \
--cc=hal.feng@starfivetech.com \
--cc=minda.chen@starfivetech.com \
--cc=rick@andestech.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=ycliang@andestech.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