diff options
author | Felix Singer <felix.singer@secunet.com> | 2020-08-18 23:12:55 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-08-23 09:56:38 +0000 |
commit | 2b9035ed6e51fe835b85dd626e655e1d3901e7ea (patch) | |
tree | b0e337aa12346d02ba98a9a088f515aa4d65c6ac /src/mainboard/prodrive/hermes/devicetree.cb | |
parent | bd409ad69f6f33681bc5cde65cc72eedbd8d2abc (diff) |
mb/prodrive/hermes: Add root port numbers to comments
Change-Id: I06bb0493999f1f6954854f872cda46dc38930370
Signed-off-by: Felix Singer <felix.singer@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44553
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Diffstat (limited to 'src/mainboard/prodrive/hermes/devicetree.cb')
-rw-r--r-- | src/mainboard/prodrive/hermes/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/prodrive/hermes/devicetree.cb b/src/mainboard/prodrive/hermes/devicetree.cb index 1ed15a6882..a89ba1b755 100644 --- a/src/mainboard/prodrive/hermes/devicetree.cb +++ b/src/mainboard/prodrive/hermes/devicetree.cb @@ -31,11 +31,11 @@ chip soc/intel/cannonlake device pci 16.1 on end # Management Engine Interface 2 device pci 16.4 on end # Management Engine Interface 3 device pci 17.0 on end # SATA - device pci 1d.6 on + device pci 1d.6 on # PCIe root port 15 device pci 00.0 on # Aspeed PCI Bridge device pci 00.0 on end # Aspeed 2500 VGA end - end # PCIe + end device pci 1f.0 on # LPC Interface chip drivers/pc80/tpm device pnp 0c31.0 on end |