purism/librem_14: add on-board LAN device

On-board devices should be present in the devicetree, so that
`.on_mainboard` field of `struct device` is `1`.

Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Change-Id: I3678514482724377bcdfcbdc7f2c5b312a48b2c6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51672
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Michael Niewöhner 2021-03-20 21:12:11 +01:00 committed by Patrick Georgi
parent 023fdaffd1
commit 480c2de549
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ chip soc/intel/cannonlake
register "PcieClkSrcClkReq[2]" = "2" register "PcieClkSrcClkReq[2]" = "2"
smbios_slot_desc "SlotTypeM2Socket1_SD" "SlotLengthOther" "M.2/E 2230" "SlotDataBusWidth1X" smbios_slot_desc "SlotTypeM2Socket1_SD" "SlotLengthOther" "M.2/E 2230" "SlotDataBusWidth1X"
end end
device pci 1c.7 on # PCI Express Port 8 -- x1 (LAN) device pci 1c.7 on # PCI Express Port 8
device pci 00.0 on end # x1 (LAN)
register "PcieRpEnable[7]" = "1" register "PcieRpEnable[7]" = "1"
register "PcieClkSrcUsage[3]" = "7" register "PcieClkSrcUsage[3]" = "7"
register "PcieClkSrcClkReq[3]" = "3" register "PcieClkSrcClkReq[3]" = "3"