From: Ryan Chen <ryan_chen@aspeedtech.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 1/3] cosmetic: aspeed: ast2500: Rename clock header
Date: Mon, 31 Aug 2020 14:03:03 +0800 [thread overview]
Message-ID: <20200831060305.20963-2-ryan_chen@aspeedtech.com> (raw)
In-Reply-To: <20200831060305.20963-1-ryan_chen@aspeedtech.com>
Rename the ast2500-scu.h to aspeed-clock.h.
Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
---
arch/arm/dts/ast2500-u-boot.dtsi | 2 +-
arch/arm/mach-aspeed/ast2500/sdram_ast2500.c | 2 +-
drivers/clk/aspeed/clk_ast2500.c | 2 +-
include/dt-bindings/clock/{ast2500-scu.h => aspeed-clock.h} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename include/dt-bindings/clock/{ast2500-scu.h => aspeed-clock.h} (100%)
diff --git a/arch/arm/dts/ast2500-u-boot.dtsi b/arch/arm/dts/ast2500-u-boot.dtsi
index 8ac4215745..3b119e4ace 100644
--- a/arch/arm/dts/ast2500-u-boot.dtsi
+++ b/arch/arm/dts/ast2500-u-boot.dtsi
@@ -1,4 +1,4 @@
-#include <dt-bindings/clock/ast2500-scu.h>
+#include <dt-bindings/clock/aspeed-clock.h>
#include <dt-bindings/reset/ast2500-reset.h>
#include "ast2500.dtsi"
diff --git a/arch/arm/mach-aspeed/ast2500/sdram_ast2500.c b/arch/arm/mach-aspeed/ast2500/sdram_ast2500.c
index a3adaa8a99..8536a70a19 100644
--- a/arch/arm/mach-aspeed/ast2500/sdram_ast2500.c
+++ b/arch/arm/mach-aspeed/ast2500/sdram_ast2500.c
@@ -19,7 +19,7 @@
#include <asm/arch/wdt.h>
#include <linux/err.h>
#include <linux/kernel.h>
-#include <dt-bindings/clock/ast2500-scu.h>
+#include <dt-bindings/clock/aspeed-clock.h>
/* These configuration parameters are taken from Aspeed SDK */
#define DDR4_MR46_MODE 0x08000000
diff --git a/drivers/clk/aspeed/clk_ast2500.c b/drivers/clk/aspeed/clk_ast2500.c
index d1940f1884..392fe76b27 100644
--- a/drivers/clk/aspeed/clk_ast2500.c
+++ b/drivers/clk/aspeed/clk_ast2500.c
@@ -10,7 +10,7 @@
#include <asm/io.h>
#include <asm/arch/scu_ast2500.h>
#include <dm/lists.h>
-#include <dt-bindings/clock/ast2500-scu.h>
+#include <dt-bindings/clock/aspeed-clock.h>
#include <linux/delay.h>
#include <linux/err.h>
diff --git a/include/dt-bindings/clock/ast2500-scu.h b/include/dt-bindings/clock/aspeed-clock.h
similarity index 100%
rename from include/dt-bindings/clock/ast2500-scu.h
rename to include/dt-bindings/clock/aspeed-clock.h
--
2.17.1
next prev parent reply other threads:[~2020-08-31 6:03 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-28 7:32 [PATCH 0/3] Rename ASPEED SoC clock name Ryan Chen
2020-08-28 7:32 ` [PATCH 1/3] cosmetic: aspeed: ast2500: Rename clock header Ryan Chen
2020-08-28 7:32 ` [PATCH 1/1] Remove not used export function header Ryan Chen
2020-08-28 7:33 ` [PATCH 2/3] aspeed:clock: Sync with Linux kernel clock header define Ryan Chen
2020-08-28 7:33 ` [PATCH 3/3] cosmetic: aspeed: Modify for SPDX-License Ryan Chen
2020-08-29 8:45 ` [PATCH 0/3] Rename ASPEED SoC clock name Cédric Le Goater
2020-08-31 1:26 ` Ryan Chen
2020-08-31 6:03 ` [PATCH v2 " Ryan Chen
2020-08-31 6:03 ` Ryan Chen [this message]
2020-09-07 2:24 ` [PATCH v2 1/3] cosmetic: aspeed: ast2500: Rename clock header ChiaWei Wang
2020-09-09 6:39 ` Cédric Le Goater
2020-09-10 18:39 ` Tom Rini
2020-08-31 6:03 ` [PATCH v2 2/3] clock:aspeed: Sync with Linux kernel clock header define Ryan Chen
2020-09-07 2:24 ` ChiaWei Wang
2020-09-09 6:47 ` Cédric Le Goater
2020-09-10 18:39 ` Tom Rini
2020-08-31 6:03 ` [PATCH v2 3/3] cosmetic: aspeed: Modify for SPDX-License Ryan Chen
2020-09-07 2:25 ` ChiaWei Wang
2020-09-09 6:50 ` Cédric Le Goater
2020-09-10 18:40 ` Tom Rini
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=20200831060305.20963-2-ryan_chen@aspeedtech.com \
--to=ryan_chen@aspeedtech.com \
--cc=u-boot@lists.denx.de \
/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 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.