]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-spear/clk.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-spear / clk.h
CommitLineData
8eb0ee6a
VK
1/*
2 * (C) Copyright 2010
3 * Vipin Kumar, STMicroelectronics, <vipin.kumar@st.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
8eb0ee6a
VK
6 */
7
8static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
9{
10 return 83000000;
11}