arm: ls102xa: fixed a bus frequency setting error
[oweals/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / fsl_ls1_serdes.h
1 /*
2  * Copyright 2014 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __FSL_LS1_SERDES_H
8 #define __FSL_LS1_SERDES_H
9
10 int is_serdes_prtcl_valid(int serdes, u32 prtcl);
11 int serdes_lane_enabled(int lane);
12 #endif /* __FSL_LS1_SERDES_H */