xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-spear/clk.h (revision 168eef7ada98c6bff53458013e42cdbc5adb3cd4)
1 /*
2  * (C) Copyright 2010
3  * Vipin Kumar, STMicroelectronics, <vipin.kumar@st.com>
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