blob: 324501b75ae342c2bee3740931dbefa7b8b14f14 [file] [log] [blame]
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -04001/*
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