summaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-07-13 16:03:07 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-07-15 08:38:19 +0000
commite62a17b118b4105d4b2aa88d89ce321e0fedc346 (patch)
treebde57078f3cb396fc7262199db81349e1141afc7 /src/soc/amd
parentb3d7ced51298cacb02ef3856b588b7c2950b2e4a (diff)
downloadcoreboot-e62a17b118b4105d4b2aa88d89ce321e0fedc346.tar.xz
soc/amd/picasso/acpi: Remove invalid and unnecessary devices
These devices are not referenced by anything else. BUG=b:153001807, b:154756391 TEST=None Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I6ea3c326247dce095b5ac1706dbc37f8b215a21e Reviewed-on: https://review.coreboot.org/c/coreboot/+/43425 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/picasso/acpi/northbridge.asl4
-rw-r--r--src/soc/amd/picasso/acpi/sb_pci0_fch.asl9
2 files changed, 0 insertions, 13 deletions
diff --git a/src/soc/amd/picasso/acpi/northbridge.asl b/src/soc/amd/picasso/acpi/northbridge.asl
index f2a709f384..a81d3b27be 100644
--- a/src/soc/amd/picasso/acpi/northbridge.asl
+++ b/src/soc/amd/picasso/acpi/northbridge.asl
@@ -49,7 +49,3 @@ Method(_PRT,0, NotSerialized)
{
Return(PR0)
}
-
-Device(AMRT) {
- Name(_ADR, 0x00000000)
-} /* end AMRT */
diff --git a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl b/src/soc/amd/picasso/acpi/sb_pci0_fch.asl
index 88d941f458..db81c06bf7 100644
--- a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl
+++ b/src/soc/amd/picasso/acpi/sb_pci0_fch.asl
@@ -20,15 +20,6 @@ Method(_OSC,4)
}
}
-/* Describe the Southbridge devices */
-
-/* 0:14.0 - SMBUS */
-Device(SBUS) {
- Name(_ADR, 0x00140000)
-} /* end SBUS */
-
-/* 0:14.2 - I2S Audio */
-
/* 0:14.3 - LPC */
#include <soc/amd/common/acpi/lpc.asl>