diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-keystone/clock.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-keystone/clock.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-keystone/clock.h b/roms/u-boot/arch/arm/include/asm/arch-keystone/clock.h new file mode 100644 index 00000000..324501b7 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-keystone/clock.h @@ -0,0 +1,17 @@ +/* + * keystone2: common clock header file + * + * (C) Copyright 2012-2014 + * Texas Instruments Incorporated, <www.ti.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ASM_ARCH_CLOCK_H +#define __ASM_ARCH_CLOCK_H + +#ifdef CONFIG_SOC_K2HK +#include <asm/arch/clock-k2hk.h> +#endif + +#endif |