Call dwpcie_link_config() when initializing the RK3568 PCIe controllers.
authorkettenis <kettenis@openbsd.org>
Wed, 5 Apr 2023 10:48:12 +0000 (10:48 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 5 Apr 2023 10:48:12 +0000 (10:48 +0000)
commita14a93a7abf5b2712256aa0e9277a3f5583dbc43
tree7550ef42028ce28ad7affa99645029f5db43aabd
parent478b2b90080c0898cda7b9169e4731310acc2cd9
Call dwpcie_link_config() when initializing the RK3568 PCIe controllers.
This makes sure the PCIe link runs at the maximum possible speed.

Prompted by a diff from dlg@, who also tested this alternative diff.

ok dlg@
sys/dev/fdt/dwpcie.c