* [PATCH] clk: aspeed: Fix SDCLK name
@ 2018-06-26 1:55 Lei YU
2018-07-03 22:09 ` Rob Herring
2018-07-06 20:57 ` Stephen Boyd
0 siblings, 2 replies; 3+ messages in thread
From: Lei YU @ 2018-06-26 1:55 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Joel Stanley, Andrew Jeffery,
Rob Herring, Mark Rutland, Lei YU, Jae Hyun Yoo, linux-clk,
linux-arm-kernel, linux-aspeed, linux-kernel, devicetree
The SDCLK was named SDCLKCLK, and no one has used this yet.
Fix it.
Signed-off-by: Lei YU <mine260309@gmail.com>
---
drivers/clk/clk-aspeed.c | 2 +-
include/dt-bindings/clock/aspeed-clock.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/clk-aspeed.c b/drivers/clk/clk-aspeed.c
index 38b366b..f49c684 100644
--- a/drivers/clk/clk-aspeed.c
+++ b/drivers/clk/clk-aspeed.c
@@ -109,7 +109,7 @@ struct aspeed_clk_gate {
[ASPEED_CLK_GATE_RSACLK] = { 24, -1, "rsaclk-gate", NULL, 0 }, /* RSA */
[ASPEED_CLK_GATE_UART3CLK] = { 25, -1, "uart3clk-gate", "uart", 0 }, /* UART3 */
[ASPEED_CLK_GATE_UART4CLK] = { 26, -1, "uart4clk-gate", "uart", 0 }, /* UART4 */
- [ASPEED_CLK_GATE_SDCLKCLK] = { 27, 16, "sdclk-gate", NULL, 0 }, /* SDIO/SD */
+ [ASPEED_CLK_GATE_SDCLK] = { 27, 16, "sdclk-gate", NULL, 0 }, /* SDIO/SD */
[ASPEED_CLK_GATE_LHCCLK] = { 28, -1, "lhclk-gate", "lhclk", 0 }, /* LPC master/LPC+ */
};
diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
index 4476184..f437386 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -25,7 +25,7 @@
#define ASPEED_CLK_GATE_RSACLK 19
#define ASPEED_CLK_GATE_UART3CLK 20
#define ASPEED_CLK_GATE_UART4CLK 21
-#define ASPEED_CLK_GATE_SDCLKCLK 22
+#define ASPEED_CLK_GATE_SDCLK 22
#define ASPEED_CLK_GATE_LHCCLK 23
#define ASPEED_CLK_HPLL 24
#define ASPEED_CLK_AHB 25
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: aspeed: Fix SDCLK name
2018-06-26 1:55 [PATCH] clk: aspeed: Fix SDCLK name Lei YU
@ 2018-07-03 22:09 ` Rob Herring
2018-07-06 20:57 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2018-07-03 22:09 UTC (permalink / raw)
To: Lei YU
Cc: Michael Turquette, Stephen Boyd, Joel Stanley, Andrew Jeffery,
Mark Rutland, Jae Hyun Yoo, linux-clk, linux-arm-kernel,
linux-aspeed, linux-kernel, devicetree
On Tue, Jun 26, 2018 at 09:55:25AM +0800, Lei YU wrote:
> The SDCLK was named SDCLKCLK, and no one has used this yet.
> Fix it.
>
> Signed-off-by: Lei YU <mine260309@gmail.com>
> ---
> drivers/clk/clk-aspeed.c | 2 +-
> include/dt-bindings/clock/aspeed-clock.h | 2 +-
Acked-by: Rob Herring <robh@kernel.org>
> 2 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: aspeed: Fix SDCLK name
2018-06-26 1:55 [PATCH] clk: aspeed: Fix SDCLK name Lei YU
2018-07-03 22:09 ` Rob Herring
@ 2018-07-06 20:57 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2018-07-06 20:57 UTC (permalink / raw)
To: Andrew Jeffery, Jae Hyun Yoo, Joel Stanley, Lei YU, Mark Rutland,
Michael Turquette, Rob Herring, devicetree, linux-arm-kernel,
linux-aspeed, linux-clk, linux-kernel
Quoting Lei YU (2018-06-25 18:55:25)
> The SDCLK was named SDCLKCLK, and no one has used this yet.
> Fix it.
>
> Signed-off-by: Lei YU <mine260309@gmail.com>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-06 20:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-26 1:55 [PATCH] clk: aspeed: Fix SDCLK name Lei YU
2018-07-03 22:09 ` Rob Herring
2018-07-06 20:57 ` Stephen Boyd
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).