All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH] clk: stm32: Add clk entry for SDMMC2 on stm32F769
@ 2018-03-12  9:04 ` patrice.chotard at st.com
  0 siblings, 0 replies; 5+ messages in thread
From: patrice.chotard @ 2018-03-12  9:04 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Alexandre Torgue, Maxime Coquelin
  Cc: linux-kernel, linux-clk, linux-arm-kernel, Patrice Chotard

From: Patrice Chotard <patrice.chotard@st.com>

STM32F769 has 2 SDMMC port, add clock entry for the second one.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/clk/clk-stm32f4.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/clk-stm32f4.c b/drivers/clk/clk-stm32f4.c
index da44f8dc1d29..e7e3965c7aae 100644
--- a/drivers/clk/clk-stm32f4.c
+++ b/drivers/clk/clk-stm32f4.c
@@ -282,6 +282,7 @@ struct stm32f4_gate_data {
 
 	{ STM32F4_RCC_APB2ENR,  0,	"tim1",		"apb2_mul" },
 	{ STM32F4_RCC_APB2ENR,  1,	"tim8",		"apb2_mul" },
+	{ STM32F4_RCC_APB2ENR,  7,	"sdmmc2",	"sdmux"    },
 	{ STM32F4_RCC_APB2ENR,  8,	"adc1",		"apb2_div" },
 	{ STM32F4_RCC_APB2ENR,  9,	"adc2",		"apb2_div" },
 	{ STM32F4_RCC_APB2ENR, 10,	"adc3",		"apb2_div" },
@@ -315,7 +316,7 @@ struct stm32f4_gate_data {
 
 static const u64 stm32f746_gate_map[MAX_GATE_MAP] = { 0x000000f17ef417ffull,
 						      0x0000000000000003ull,
-						      0x04f77f033e01c9ffull };
+						      0x04f77f833e01c9ffull };
 
 static const u64 *stm32f4_gate_map;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [RESEND PATCH] clk: stm32: Add clk entry for SDMMC2 on stm32F769
@ 2018-03-12  9:04 ` patrice.chotard at st.com
  0 siblings, 0 replies; 5+ messages in thread
From: patrice.chotard at st.com @ 2018-03-12  9:04 UTC (permalink / raw)
  To: linux-arm-kernel

From: Patrice Chotard <patrice.chotard@st.com>

STM32F769 has 2 SDMMC port, add clock entry for the second one.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/clk/clk-stm32f4.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/clk-stm32f4.c b/drivers/clk/clk-stm32f4.c
index da44f8dc1d29..e7e3965c7aae 100644
--- a/drivers/clk/clk-stm32f4.c
+++ b/drivers/clk/clk-stm32f4.c
@@ -282,6 +282,7 @@ struct stm32f4_gate_data {
 
 	{ STM32F4_RCC_APB2ENR,  0,	"tim1",		"apb2_mul" },
 	{ STM32F4_RCC_APB2ENR,  1,	"tim8",		"apb2_mul" },
+	{ STM32F4_RCC_APB2ENR,  7,	"sdmmc2",	"sdmux"    },
 	{ STM32F4_RCC_APB2ENR,  8,	"adc1",		"apb2_div" },
 	{ STM32F4_RCC_APB2ENR,  9,	"adc2",		"apb2_div" },
 	{ STM32F4_RCC_APB2ENR, 10,	"adc3",		"apb2_div" },
@@ -315,7 +316,7 @@ struct stm32f4_gate_data {
 
 static const u64 stm32f746_gate_map[MAX_GATE_MAP] = { 0x000000f17ef417ffull,
 						      0x0000000000000003ull,
-						      0x04f77f033e01c9ffull };
+						      0x04f77f833e01c9ffull };
 
 static const u64 *stm32f4_gate_map;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH] clk: stm32: Add clk entry for SDMMC2 on stm32F769
  2018-03-12  9:04 ` patrice.chotard at st.com
  (?)
@ 2018-03-19 20:46   ` Stephen Boyd
  -1 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2018-03-19 20:46 UTC (permalink / raw)
  To: Alexandre Torgue, Maxime Coquelin, Michael Turquette, patrice.chotard
  Cc: linux-kernel, linux-clk, linux-arm-kernel, Patrice Chotard

Quoting patrice.chotard@st.com (2018-03-12 02:04:07)
> From: Patrice Chotard <patrice.chotard@st.com>
> 
> STM32F769 has 2 SDMMC port, add clock entry for the second one.
> 
> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH] clk: stm32: Add clk entry for SDMMC2 on stm32F769
@ 2018-03-19 20:46   ` Stephen Boyd
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2018-03-19 20:46 UTC (permalink / raw)
  To: Alexandre Torgue, Maxime Coquelin, Michael Turquette, patrice.chotard
  Cc: linux-kernel, linux-clk, linux-arm-kernel, Patrice Chotard

Quoting patrice.chotard@st.com (2018-03-12 02:04:07)
> From: Patrice Chotard <patrice.chotard@st.com>
> =

> STM32F769 has 2 SDMMC port, add clock entry for the second one.
> =

> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [RESEND PATCH] clk: stm32: Add clk entry for SDMMC2 on stm32F769
@ 2018-03-19 20:46   ` Stephen Boyd
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2018-03-19 20:46 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting patrice.chotard at st.com (2018-03-12 02:04:07)
> From: Patrice Chotard <patrice.chotard@st.com>
> 
> STM32F769 has 2 SDMMC port, add clock entry for the second one.
> 
> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-19 20:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12  9:04 [RESEND PATCH] clk: stm32: Add clk entry for SDMMC2 on stm32F769 patrice.chotard
2018-03-12  9:04 ` patrice.chotard at st.com
2018-03-19 20:46 ` Stephen Boyd
2018-03-19 20:46   ` Stephen Boyd
2018-03-19 20:46   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.