blob: a07d0d5f9765e9101b49e9a7b92a39aa44dc283f [file] [log] [blame]
Vipin KUMAR8eb0ee62012-05-07 13:06:43 +05301/*
2 * (C) Copyright 2010
3 * Vipin Kumar, STMicroelectronics, <vipin.kumar@st.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Vipin KUMAR8eb0ee62012-05-07 13:06:43 +05306 */
7
8static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
9{
10 return 83000000;
11}