Home | History | Annotate | Download | only in arch-spear
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (C) 2010, STMicroelectronics - All Rights Reserved
      4  * Author(s): Vipin Kumar, <vipin.kumar (at) st.com> for STMicroelectronics.
      5  */
      6 
      7 static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
      8 {
      9 	return 83000000;
     10 }
     11