[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus: Use correct chip for CNVi device

Furquan Shaikh (Code Review) gerrit at coreboot.org
Thu Aug 9 08:32:54 CEST 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/27968


Change subject: mb/google/octopus: Use correct chip for CNVi device
......................................................................

mb/google/octopus: Use correct chip for CNVi device

This change uses drivers/intel/wifi chip for CNVi device to ensure
that:
1. Correct device name shows up in ACPI node
2. It is possible to pass any parameters from devicetree to wifi
driver for SSDT generation.

BUG=b:112371978

Change-Id: Ia49820dd4f9cf2e0a9ef14931fbddd8a723208c0
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/mainboard/google/octopus/variants/baseboard/devicetree.cb
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/27968/1

diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
index b7c7ad2..1a6dac9 100644
--- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
@@ -112,7 +112,9 @@
 		device pci 00.2 off end	# - NPK
 		device pci 02.0 on  end	# - Gen
 		device pci 03.0 on  end	# - Iunit
-		device pci 0c.0 on  end	# - CNVi
+		chip drivers/intel/wifi
+			device pci 0c.0 on  end	# - CNVi
+		end
 		device pci 0d.0 on  end	# - P2SB
 		device pci 0d.1 on  end	# - PMC
 		device pci 0d.2 on  end	# - Fast SPI

-- 
To view, visit https://review.coreboot.org/27968
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia49820dd4f9cf2e0a9ef14931fbddd8a723208c0
Gerrit-Change-Number: 27968
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180809/a94b6812/attachment.html>


More information about the coreboot-gerrit mailing list