mb/clevo/cml-u: remove the duplicate WiFi PCIe device in devicetree
Change-Id: Ibb46bbf0c889bb8b3fd1a4c0331dc719baffc7a2 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45678 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
44df56edce
commit
92c1546c01
1 changed files with 3 additions and 4 deletions
|
@ -142,15 +142,14 @@ chip soc/intel/cannonlake
|
|||
end
|
||||
device pci 1c.6 off end # PCI Express Port 7
|
||||
device pci 1c.7 on # PCI Express Port 8
|
||||
device pci 00.0 on end # x1 M.2/E 2230 (J_WLAN1)
|
||||
chip drivers/intel/wifi
|
||||
device pci 00.0 on end # x1 M.2/E 2230 (J_WLAN1)
|
||||
end
|
||||
register "PcieRpEnable[7]" = "1"
|
||||
register "PcieRpLtrEnable[7]" = "1"
|
||||
register "PcieClkSrcUsage[2]" = "7"
|
||||
register "PcieClkSrcClkReq[2]" = "2"
|
||||
register "PcieRpSlotImplemented[7]" = "1"
|
||||
chip drivers/intel/wifi
|
||||
device pci 00.0 on end
|
||||
end
|
||||
smbios_slot_desc "SlotTypeM2Socket1_SD" "SlotLengthOther" "M.2/E 2230 (J_WLAN1)" "SlotDataBusWidth1X"
|
||||
end
|
||||
device pci 1d.0 on # PCI Express Port 9
|
||||
|
|
Loading…
Reference in a new issue