aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/aspeed
diff options
context:
space:
mode:
authorRyan Chen2020-08-31 14:03:03 +0800
committerTom Rini2020-09-09 16:57:35 -0400
commit15b87feb2b7923ef679e9da3f956e7a836fbaa40 (patch)
tree55160bb78ae257cbdf632b8ea35faf2d19847626 /drivers/clk/aspeed
parentaf071935d2c354f2250542f35e3178dd2660bfe1 (diff)
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 d1940f18849..392fe76b27a 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>