diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-26 14:54:50 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-12 15:18:22 +0000 |
commit | e077cdbc62c51182408f2164ea6ac8b663cec3dd (patch) | |
tree | 5928b13ec11bdbcc29c762559498c2dd93d1c525 /src/mainboard/lippert | |
parent | 442fb05acf149a178848931dfe123263e1748c90 (diff) |
AGESA, binaryPI: Remove generic device for SPD eeproms
These entries have no functional purpose, followup work will
disallow chip entries that do not link in the respective
driver.
Change-Id: Ieab695022d0dd2f2671f9058db97bdd6fb29a10d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35102
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/devicetree.cb | 9 | ||||
-rw-r--r-- | src/mainboard/lippert/toucan-af/devicetree.cb | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/devicetree.cb b/src/mainboard/lippert/frontrunner-af/devicetree.cb index b72059a411..0f89d255b0 100644 --- a/src/mainboard/lippert/frontrunner-af/devicetree.cb +++ b/src/mainboard/lippert/frontrunner-af/devicetree.cb @@ -36,14 +36,7 @@ chip northbridge/amd/agesa/family14/root_complex device pci 12.2 on end # EHCI USB 0-4 device pci 13.0 on end # OHCI USB 5-9 device pci 13.2 on end # EHCI USB 5-9 - device pci 14.0 on # SM - chip drivers/generic/generic #dimm 0-0-0 - device i2c 50 on end - end - chip drivers/generic/generic #dimm 0-0-1 - device i2c 51 off end - end - end # SM + device pci 14.0 on end # SM device pci 14.1 off end # IDE 0x439c device pci 14.2 on end # HDA 0x4383 device pci 14.3 on # LPC 0x439d diff --git a/src/mainboard/lippert/toucan-af/devicetree.cb b/src/mainboard/lippert/toucan-af/devicetree.cb index cb9aa8e668..ce05afc9ce 100644 --- a/src/mainboard/lippert/toucan-af/devicetree.cb +++ b/src/mainboard/lippert/toucan-af/devicetree.cb @@ -37,14 +37,7 @@ chip northbridge/amd/agesa/family14/root_complex device pci 12.2 on end # EHCI USB 0-4 device pci 13.0 on end # OHCI USB 5-9 device pci 13.2 on end # EHCI USB 5-9 - device pci 14.0 on # SM - chip drivers/generic/generic #dimm 0-0-0 - device i2c 50 on end - end - chip drivers/generic/generic #dimm 0-0-1 - device i2c 51 off end - end - end # SM + device pci 14.0 on end # SM device pci 14.1 off end # IDE 0x439c device pci 14.2 on end # HDA 0x4383 device pci 14.3 on # LPC 0x439d |