]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-keystone/clock.h
Merge branch 'u-boot/master'
[karo-tx-uboot.git] / arch / arm / include / asm / arch-keystone / clock.h
1 /*
2  * keystone2: common clock header file
3  *
4  * (C) Copyright 2012-2014
5  *     Texas Instruments Incorporated, <www.ti.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __ASM_ARCH_CLOCK_H
11 #define __ASM_ARCH_CLOCK_H
12
13 #ifdef CONFIG_SOC_K2HK
14 #include <asm/arch/clock-k2hk.h>
15 #endif
16
17 #endif