From: Dirk Behme <dirk.behme@gmail.com>
To: stable@vger.kernel.org
Cc: Sebastien Szymanski <sebastien.szymanski@armadeus.com>,
Shawn Guo <shawn.guo@linaro.org>,
Dirk Behme <dirk.behme@gmail.com>
Subject: [PATCH v3.10.y .. v3.14.y] ARM: clk-imx6q: refine sata's parent
Date: Sat, 27 Jun 2015 10:12:25 +0200 [thread overview]
Message-ID: <1435392745-8179-1-git-send-email-dirk.behme@gmail.com> (raw)
From: Sebastien Szymanski <sebastien.szymanski@armadeus.com>
commit da946aeaeadcd24ff0cda9984c6fb8ed2bfd462a upstream.
According to IMX6D/Q RM, table 18-3, sata clock's parent is ahb, not ipg.
Signed-off-by: Sebastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
[dirk.behme: Adjust moved file and context]
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
--
Index: github_linux.git/arch/arm/mach-imx/clk-imx6q.c
===================================================================
--- github_linux.git.orig/arch/arm/mach-imx/clk-imx6q.c 2015-06-13 08:03:18.874108966 +0200
+++ github_linux.git/arch/arm/mach-imx/clk-imx6q.c 2015-06-13 08:04:01.582110737 +0200
@@ -406,7 +406,7 @@
clk[gpmi_io] = imx_clk_gate2("gpmi_io", "enfc", base + 0x78, 28);
clk[gpmi_apb] = imx_clk_gate2("gpmi_apb", "usdhc3", base + 0x78, 30);
clk[rom] = imx_clk_gate2("rom", "ahb", base + 0x7c, 0);
- clk[sata] = imx_clk_gate2("sata", "ipg", base + 0x7c, 4);
+ clk[sata] = imx_clk_gate2("sata", "ahb", base + 0x7c, 4);
clk[sdma] = imx_clk_gate2("sdma", "ahb", base + 0x7c, 6);
clk[spba] = imx_clk_gate2("spba", "ipg", base + 0x7c, 12);
clk[spdif] = imx_clk_gate2("spdif", "spdif_podf", base + 0x7c, 14);
next reply other threads:[~2015-06-27 8:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-27 8:12 Dirk Behme [this message]
2015-07-01 9:21 ` [PATCH v3.10.y .. v3.14.y] ARM: clk-imx6q: refine sata's parent Luis Henriques
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=1435392745-8179-1-git-send-email-dirk.behme@gmail.com \
--to=dirk.behme@gmail.com \
--cc=sebastien.szymanski@armadeus.com \
--cc=shawn.guo@linaro.org \
--cc=stable@vger.kernel.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