mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
PCI hotplug: add support for 5.0G link speed
Add support for PCI-E 5.0 GT/s in max_bus_speed and cur_bus_speed. Reviewed-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
parent
6ed6a8dc83
commit
825c423a35
3 changed files with 11 additions and 3 deletions
|
@ -62,7 +62,8 @@ enum pcie_link_width {
|
|||
};
|
||||
|
||||
enum pcie_link_speed {
|
||||
PCIE_2PT5GB = 0x14,
|
||||
PCIE_2_5GB = 0x14,
|
||||
PCIE_5_0GB = 0x15,
|
||||
PCIE_LNK_SPEED_UNKNOWN = 0xFF,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue