mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +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
30
include/dt-bindings/clock/aspeed-clock.h
Normal file
30
include/dt-bindings/clock/aspeed-clock.h
Normal file
|
@ -0,0 +1,30 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*/
|
||||
|
||||
/* Core Clocks */
|
||||
#define PLL_HPLL 1
|
||||
#define PLL_DPLL 2
|
||||
#define PLL_D2PLL 3
|
||||
#define PLL_MPLL 4
|
||||
#define ARMCLK 5
|
||||
|
||||
|
||||
/* Bus Clocks, derived from core clocks */
|
||||
#define BCLK_PCLK 101
|
||||
#define BCLK_LHCLK 102
|
||||
#define BCLK_MACCLK 103
|
||||
#define BCLK_SDCLK 104
|
||||
#define BCLK_ARMCLK 105
|
||||
|
||||
#define MCLK_DDR 201
|
||||
|
||||
/* Special clocks */
|
||||
#define PCLK_UART1 501
|
||||
#define PCLK_UART2 502
|
||||
#define PCLK_UART3 503
|
||||
#define PCLK_UART4 504
|
||||
#define PCLK_UART5 505
|
||||
#define PCLK_MAC1 506
|
||||
#define PCLK_MAC2 507
|
Loading…
Add table
Add a link
Reference in a new issue