mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
af071935d2
commit
15b87feb2b
4 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue