linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: abel.vesa@nxp.com (Abel Vesa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] arm: imx: Correct ahb clk parent select
Date: Thu, 22 Mar 2018 11:55:28 +0200	[thread overview]
Message-ID: <1521712529-632-4-git-send-email-abel.vesa@nxp.com> (raw)
In-Reply-To: <1521712529-632-1-git-send-email-abel.vesa@nxp.com>

From: Anson Huang <anson.huang@nxp.com>

Design team change the ahb's clk parent options but did NOT update the DOC
accordingly in time, so the AHB/IPG's clk rate in clk tree is incorrect, AHB is
67.5MHz and IPG is 33.75MHz, but using scope to monitor them, they are actually
135MHz and 67.5MHz, update the clk parent option to make clk tree info correct.

Signed-off-by: Anson Huang <anson.huang@nxp.com>
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 drivers/clk/imx/clk-imx7d.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/imx/clk-imx7d.c b/drivers/clk/imx/clk-imx7d.c
index d786f98..3553b68 100644
--- a/drivers/clk/imx/clk-imx7d.c
+++ b/drivers/clk/imx/clk-imx7d.c
@@ -74,7 +74,7 @@ static const char *nand_usdhc_bus_sel[] = { "osc", "pll_sys_pfd2_270m_clk",
 
 static const char *ahb_channel_sel[] = { "osc", "pll_sys_pfd2_270m_clk",
 	"pll_dram_533m_clk", "pll_sys_pfd0_392m_clk",
-	"pll_enet_125m_clk", "pll_usb_main_clk", "pll_audio_post_div",
+	"pll_enet_250m_clk", "pll_usb_main_clk", "pll_audio_post_div",
 	"pll_video_post_div", };
 
 static const char *dram_phym_sel[] = { "pll_dram_main_clk",
-- 
2.7.4

  parent reply	other threads:[~2018-03-22  9:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-22  9:55 [PATCH 0/4] arm: imx: Clock related updates Abel Vesa
2018-03-22  9:55 ` [PATCH 1/4] arm: imx: Update clk driver API Abel Vesa
2018-03-22 14:14   ` Fabio Estevam
2018-03-22 14:20   ` Fabio Estevam
2018-03-22  9:55 ` [PATCH 2/4] arm: imx: Correct dram pll type Abel Vesa
2018-03-22 12:31   ` Fabio Estevam
2018-03-22 13:29     ` Abel Vesa
2018-03-22 14:04       ` Fabio Estevam
2018-03-22  9:55 ` Abel Vesa [this message]
2018-03-22  9:55 ` [PATCH 4/4] arm: imx: Update clk driver for imx7d Abel Vesa
2018-03-22 14:25   ` Fabio Estevam

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=1521712529-632-4-git-send-email-abel.vesa@nxp.com \
    --to=abel.vesa@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.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).