From: gabriel.fernandez@st.com (gabriel.fernandez at st.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/6] clk: stm32mp1: fix SAI3 & SAI4 clocks
Date: Fri, 6 Apr 2018 08:39:30 +0200 [thread overview]
Message-ID: <1522996773-24129-4-git-send-email-gabriel.fernandez@st.com> (raw)
In-Reply-To: <1522996773-24129-1-git-send-email-gabriel.fernandez@st.com>
From: Gabriel Fernandez <gabriel.fernandez@st.com>
fix bad copy / paste.
SAI3 & SAI4 used gate of SAI2 instead SAI3 & SAI4
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
---
drivers/clk/clk-stm32mp1.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/clk-stm32mp1.c b/drivers/clk/clk-stm32mp1.c
index 9a67b1c..eefed49 100644
--- a/drivers/clk/clk-stm32mp1.c
+++ b/drivers/clk/clk-stm32mp1.c
@@ -1942,8 +1942,8 @@ enum {
KCLK(FDCAN_K, "fdcan_k", fdcan_src, 0, G_FDCAN, M_FDCAN),
KCLK(SAI1_K, "sai1_k", sai_src, 0, G_SAI1, M_SAI1),
KCLK(SAI2_K, "sai2_k", sai2_src, 0, G_SAI2, M_SAI2),
- KCLK(SAI3_K, "sai3_k", sai_src, 0, G_SAI2, M_SAI3),
- KCLK(SAI4_K, "sai4_k", sai_src, 0, G_SAI2, M_SAI4),
+ KCLK(SAI3_K, "sai3_k", sai_src, 0, G_SAI3, M_SAI3),
+ KCLK(SAI4_K, "sai4_k", sai_src, 0, G_SAI4, M_SAI4),
KCLK(ADC12_K, "adc12_k", adc12_src, 0, G_ADC12, M_ADC12),
KCLK(DSI_K, "dsi_k", dsi_src, 0, G_DSI, M_DSI),
KCLK(ADFSDM_K, "adfsdm_k", sai_src, 0, G_ADFSDM, M_SAI1),
--
1.9.1
next prev parent reply other threads:[~2018-04-06 6:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-06 6:39 [PATCH 0/6] stm32mp1 clock update gabriel.fernandez at st.com
2018-04-06 6:39 ` [PATCH 1/6] clk: stm32mp1: add missing static gabriel.fernandez at st.com
2018-04-06 20:44 ` Stephen Boyd
2018-04-06 6:39 ` [PATCH 2/6] clk: stm32mp1: remove unused dfsdm_src[] const gabriel.fernandez at st.com
2018-04-06 20:44 ` Stephen Boyd
2018-04-06 6:39 ` gabriel.fernandez at st.com [this message]
2018-04-06 20:44 ` [PATCH 3/6] clk: stm32mp1: fix SAI3 & SAI4 clocks Stephen Boyd
2018-04-06 6:39 ` [PATCH 4/6] clk: stm32mp1: add missing tzc2 clock gabriel.fernandez at st.com
2018-04-06 20:44 ` Stephen Boyd
2018-04-06 6:39 ` [PATCH 5/6] clk: stm32mp1: set stgen_k clock as critical gabriel.fernandez at st.com
2018-04-06 20:44 ` Stephen Boyd
2018-04-06 6:39 ` [PATCH 6/6] clk: stm32mp1: remove ck_apb_dbg clock gabriel.fernandez at st.com
2018-04-06 20:44 ` Stephen Boyd
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=1522996773-24129-4-git-send-email-gabriel.fernandez@st.com \
--to=gabriel.fernandez@st.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).