xref: /openbmc/u-boot/arch/arm/include/asm/arch-spear/clk.h (revision 445277b9d1efcc239c8c05560e4db312ea4f078e)
1 /*
2  * Copyright (C) 2010, STMicroelectronics - All Rights Reserved
3  * Author(s): Vipin Kumar, <vipin.kumar@st.com> for STMicroelectronics.
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
9 {
10 	return 83000000;
11 }
12