diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-05-26 08:01:38 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-28 09:30:11 +0000 |
commit | 333ba2aadd9f2f619d0961ed270f9c83e6e048d6 (patch) | |
tree | 4ec5c1fbf787dc1e7d89c1467de8cdddfe3c2714 /src/mainboard/biostar | |
parent | 3ae17a42c1f5d8cbf20b6bc7a4e24505651f1754 (diff) |
mb/biostar/a68n_5200: Remove spurious SPD eeprom entries
Change-Id: I1996c1b57310c4c0542c9ed47d1638ddd9c55680
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41713
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/biostar')
-rw-r--r-- | src/mainboard/biostar/a68n_5200/devicetree.cb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mainboard/biostar/a68n_5200/devicetree.cb b/src/mainboard/biostar/a68n_5200/devicetree.cb index a5ae59f136..c036b65259 100644 --- a/src/mainboard/biostar/a68n_5200/devicetree.cb +++ b/src/mainboard/biostar/a68n_5200/devicetree.cb @@ -28,14 +28,7 @@ chip northbridge/amd/agesa/family16kb/root_complex device pci 12.2 on end # USB device pci 13.0 on end # USB device pci 13.2 on end # USB - 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 on end - end - end # SM + device pci 14.0 on end # SM device pci 14.2 on end # HDA 0x4383 device pci 14.3 on # LPC 0x439d chip superio/ite/it8728f |