]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/include/asm/arch-spear/clk.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-spear / clk.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2010, STMicroelectronics - All Rights Reserved
4 * Author(s): Vipin Kumar, <vipin.kumar@st.com> for STMicroelectronics.
5 */
6
7 static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
8 {
9 return 83000000;
10 }