]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-ls102xa/clock.h
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / arm / include / asm / arch-ls102xa / clock.h
1 /*
2  * Copyright 2014 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  *
6  */
7
8 #ifndef __ASM_ARCH_LS102XA_CLOCK_H_
9 #define __ASM_ARCH_LS102XA_CLOCK_H_
10
11 #include <common.h>
12
13 enum mxc_clock {
14         MXC_ARM_CLK = 0,
15         MXC_UART_CLK,
16         MXC_ESDHC_CLK,
17         MXC_I2C_CLK,
18         MXC_DSPI_CLK,
19 };
20
21 unsigned int mxc_get_clock(enum mxc_clock clk);
22
23 #endif /* __ASM_ARCH_LS102XA_CLOCK_H_ */