diff options
author | Nico Huber <nico.huber@secunet.com> | 2021-09-07 16:50:09 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-08 18:52:35 +0000 |
commit | 81d4c80a814db3ae539ca6e613c4f6707ef82943 (patch) | |
tree | 36b3b6b295b9ce10f5d30cf1c59c873b52c4dc7c /src/mainboard/system76/whl-u | |
parent | 8d546b7ee3a15c688dc6dbfca9cc064fe7cc594f (diff) |
mb/system76/whl-u: Add missing device node
All `chip` entries need a device node below them to actually get hooked
up. Add a dummy generic device like other instances of this driver use.
Change-Id: Ifbb5c9a6b389a2c809ce654d584d5197af764893
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57475
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/whl-u')
-rw-r--r-- | src/mainboard/system76/whl-u/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/whl-u/devicetree.cb b/src/mainboard/system76/whl-u/devicetree.cb index da0f0b72ef..b56ed5ee75 100644 --- a/src/mainboard/system76/whl-u/devicetree.cb +++ b/src/mainboard/system76/whl-u/devicetree.cb @@ -90,6 +90,7 @@ chip soc/intel/cannonlake device pci 14.3 on # CNVi wifi chip drivers/wifi/generic register "wake" = "PME_B0_EN_BIT" + device generic 0 on end end end device pci 14.5 off end # SDCard |