1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2015-2016 Marvell International Ltd.
6 #ifndef _MVEBU_COMPHY_H_
7 #define _MVEBU_COMPHY_H_
9 #include <dt-bindings/comphy/comphy_data.h>
19 int comphy_rx_training(struct udevice *dev, u32 lane);
20 int comphy_update_map(struct comphy_map *serdes_map, int count);
22 #endif /* _MVEBU_COMPHY_H_ */