diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-29 08:21:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-29 08:21:55 -0400 |
commit | a26522e77477531fc1025b27cebb45de9fc5a3db (patch) | |
tree | fc87c8b76aba917ecd3ce0b31786cbd56c519352 /include/mvebu/comphy.h | |
parent | c306b24948acb23798e2fd80f56ae09363a6f9f7 (diff) | |
parent | eccbd4ad8e4e182638eafbfb87ac139c04f24a01 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- Add base support for Marvell OcteonTX2 CN9130 CRB (mostly done
by Kostya)
- Sync Armada 3k/7k/8k SERDES code with Marvell version (misc Marvell
authors)
- pci-aardvark: Fix processing PIO transfers (Pali)
Diffstat (limited to 'include/mvebu/comphy.h')
-rw-r--r-- | include/mvebu/comphy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mvebu/comphy.h b/include/mvebu/comphy.h index cde7a022af1..4d1b70393b2 100644 --- a/include/mvebu/comphy.h +++ b/include/mvebu/comphy.h @@ -16,7 +16,7 @@ struct comphy_map { bool end_point; }; +int comphy_rx_training(struct udevice *dev, u32 lane); int comphy_update_map(struct comphy_map *serdes_map, int count); #endif /* _MVEBU_COMPHY_H_ */ - |