board_inspector: fix typo in PCIe PTM Capability name
PCIe extended capability with ID 0x1F is Precise Time Measurement. So fix typo "TPM" which may confuse users. Reviewed-by: Junjie Mao <junjie.mao@intel.com> Tracked-On: #5915 Signed-off-by: Qiang Zhang <qiang4.zhang@intel.com>
This commit is contained in:
parent
80b1edabf5
commit
5c9e1c0186
|
@ -42,7 +42,7 @@ class ExtendedCapability:
|
||||||
0x1c: "LNR",
|
0x1c: "LNR",
|
||||||
0x1d: "DPC",
|
0x1d: "DPC",
|
||||||
0x1e: "L1 PM Substates",
|
0x1e: "L1 PM Substates",
|
||||||
0x1f: "TPM",
|
0x1f: "PTM",
|
||||||
0x20: "M-PCIe",
|
0x20: "M-PCIe",
|
||||||
0x21: "FRS Queueing",
|
0x21: "FRS Queueing",
|
||||||
0x22: "Readiness Time Reporting",
|
0x22: "Readiness Time Reporting",
|
||||||
|
|
Loading…
Reference in New Issue