projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38149cd
)
imx: imx8ulp: include pcc/cgc header in clock header
author
Peng Fan
<peng.fan@nxp.com>
Wed, 6 Apr 2022 06:30:07 +0000
(14:30 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 12 Apr 2022 15:33:56 +0000
(17:33 +0200)
With this change, we no need to include pcc/cgc header files both.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/arch-imx8ulp/clock.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-imx8ulp/clock.h
b/arch/arm/include/asm/arch-imx8ulp/clock.h
index c0f32cc087f16a14a9f2efbf3bd30916c41b69ee..d7c92f7058d03986932e961ef67aca24cc489c3b 100644
(file)
--- a/
arch/arm/include/asm/arch-imx8ulp/clock.h
+++ b/
arch/arm/include/asm/arch-imx8ulp/clock.h
@@
-6,6
+6,9
@@
#ifndef _ASM_ARCH_IMX8ULP_CLOCK_H
#define _ASM_ARCH_IMX8ULP_CLOCK_H
+#include <asm/arch/pcc.h>
+#include <asm/arch/cgc.h>
+
/* Mainly for compatible to imx common code. */
enum mxc_clock {
MXC_ARM_CLK = 0,