diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2020-06-24 19:17:25 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-26 20:46:15 +0000 |
commit | b212b67df18a664a76840d8cbd157235e3856dcb (patch) | |
tree | daa922a6d2184d2ec6cafd797a7cdc401cca35d9 /src/mainboard/amd | |
parent | 88e54e38d4ece43ce0d54d35b91402e047ce6460 (diff) |
mb/amd/mandolin/devicetree: disable unused internal ethernet controllers
Change-Id: Id4c7ec02f37b35bbc36d40bb937b962cc6413d17
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42782
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/mandolin/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/devicetree.cb index 01670485d7..709778df97 100644 --- a/src/mainboard/amd/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/devicetree.cb @@ -59,8 +59,8 @@ chip soc/amd/picasso end device pci 8.2 on # Bridge to Bus B device pci 0.0 on end # AHCI - device pci 0.1 on end # Ethernet - device pci 0.2 on end # Ethernet + device pci 0.1 off end # Ethernet + device pci 0.2 off end # Ethernet end device pci 14.0 on # SM chip drivers/generic/generic # dimm 0-0-0 |