blob: b193f764b83b408e914dd5e9b0bfcd0e68649874 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Vipin KUMARa1dba022012-05-07 13:06:43 +05302/*
Patrice Chotard9be60882017-10-23 09:54:00 +02003 * Copyright (C) 2010, STMicroelectronics - All Rights Reserved
4 * Author(s): Vipin Kumar, <vipin.kumar@st.com> for STMicroelectronics.
Vipin KUMARa1dba022012-05-07 13:06:43 +05305 */
6
7static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
8{
9 return 83000000;
10}