Vitaly Andrianov | 7bcf4d6 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 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 |