public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Bo Gan <ganboing@gmail.com>
To: rick@andestech.com, ycliang@andestech.com, trini@konsulko.com,
	yanhong.wang@starfivetech.com, minda.chen@starfivetech.com,
	duwe@suse.de, namcao@linutronix.de, xingyu.wu@starfivetech.com,
	mason.huo@starfivetech.com, hal.feng@starfivetech.com,
	chanho61.park@samsung.com, u-boot@lists.denx.de
Subject: [PATCH] riscv: dts: jh7110: Enable PLL node in SPL
Date: Tue,  5 Mar 2024 19:00:11 -0800	[thread overview]
Message-ID: <1709694011-683-1-git-send-email-ganboing@gmail.com> (raw)

Previously PLL node was missing from SPL dts. This caused BUS_ROOT
to stay on OSC clock (24Mhz). As a result, all peripherals have to
run at a much lower frequency, and loading from sdcard/emmc is slow.
Thus, enabling PLL node in dts to fix this.

Signed-off-by: Bo Gan <ganboing@gmail.com>
---
 arch/riscv/dts/jh7110-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/riscv/dts/jh7110-u-boot.dtsi b/arch/riscv/dts/jh7110-u-boot.dtsi
index 2f560e7..c09d5c9 100644
--- a/arch/riscv/dts/jh7110-u-boot.dtsi
+++ b/arch/riscv/dts/jh7110-u-boot.dtsi
@@ -93,6 +93,10 @@
 	bootph-pre-ram;
 };
 
+&pllclk {
+	bootph-pre-ram;
+};
+
 &S7_0 {
 	status = "okay";
 };
-- 
2.7.4


             reply	other threads:[~2024-03-06  3:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06  3:00 Bo Gan [this message]
2024-03-12  5:12 ` [PATCH] riscv: dts: jh7110: Enable PLL node in SPL Leo Liang
2024-03-12  6:09 ` Hal Feng
2024-04-10  1:55   ` E Shattow
2024-04-10  6:44     ` Bo Gan
2024-04-17  4:59       ` E Shattow
2024-04-20  0:51         ` Bo Gan
2024-04-20 10:56           ` E Shattow
2024-07-11 19:55             ` E Shattow
2024-07-16 10:59               ` Leo Liang
2024-07-19 10:52                 ` E Shattow

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=1709694011-683-1-git-send-email-ganboing@gmail.com \
    --to=ganboing@gmail.com \
    --cc=chanho61.park@samsung.com \
    --cc=duwe@suse.de \
    --cc=hal.feng@starfivetech.com \
    --cc=mason.huo@starfivetech.com \
    --cc=minda.chen@starfivetech.com \
    --cc=namcao@linutronix.de \
    --cc=rick@andestech.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xingyu.wu@starfivetech.com \
    --cc=yanhong.wang@starfivetech.com \
    --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