mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
imx: imx8ulp: include pcc/cgc header in clock header
With this change, we no need to include pcc/cgc header files both. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
38149cd0cc
commit
8576f1a67a
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue