summaryrefslogtreecommitdiff
path: root/drivers/clk/aspeed
diff options
context:
space:
mode:
authorRyan Chen <ryan_chen@aspeedtech.com>2020-08-31 09:03:03 +0300
committerTom Rini <trini@konsulko.com>2020-09-09 23:57:35 +0300
commit15b87feb2b7923ef679e9da3f956e7a836fbaa40 (patch)
tree55160bb78ae257cbdf632b8ea35faf2d19847626 /drivers/clk/aspeed
parentaf071935d2c354f2250542f35e3178dd2660bfe1 (diff)
downloadu-boot-15b87feb2b7923ef679e9da3f956e7a836fbaa40.tar.xz
cosmetic: aspeed: ast2500: Rename clock header
Rename the ast2500-scu.h to aspeed-clock.h. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Reviewed-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'drivers/clk/aspeed')
-rw-r--r--drivers/clk/aspeed/clk_ast2500.c2
1 files changed, 1 insertions, 1 deletions
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>