mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
e36591c350
Uniformize STMicroelectronics copyrights headers for SPEAR related code. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
11 lines
274 B
C
11 lines
274 B
C
/*
|
|
* Copyright (C) 2010, STMicroelectronics - All Rights Reserved
|
|
* Author(s): Vipin Kumar, <vipin.kumar@st.com> for STMicroelectronics.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
|
|
{
|
|
return 83000000;
|
|
}
|