Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/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 }