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>
This commit is contained in:
parent
88e54e38d4
commit
b212b67df1
|
@ -59,8 +59,8 @@ chip soc/amd/picasso
|
||||||
end
|
end
|
||||||
device pci 8.2 on # Bridge to Bus B
|
device pci 8.2 on # Bridge to Bus B
|
||||||
device pci 0.0 on end # AHCI
|
device pci 0.0 on end # AHCI
|
||||||
device pci 0.1 on end # Ethernet
|
device pci 0.1 off end # Ethernet
|
||||||
device pci 0.2 on end # Ethernet
|
device pci 0.2 off end # Ethernet
|
||||||
end
|
end
|
||||||
device pci 14.0 on # SM
|
device pci 14.0 on # SM
|
||||||
chip drivers/generic/generic # dimm 0-0-0
|
chip drivers/generic/generic # dimm 0-0-0
|
||||||
|
|
Loading…
Reference in New Issue