Eran Mitrani has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69392 )
Change subject: mb/google/brya: add missing devices to DSDT ......................................................................
mb/google/brya: add missing devices to DSDT
A previous CL ("Add missing ACPI device path names", SHA d22500f0c61f8c8e10d8f4a24e3e2bf031163c07) cause some warnings from the Kernel on Brya devices (see Tim's comment on patchset 8). This CL adds the missing devices to the SSDT to prevent those errors
TEST=Built and tested on brya by verifying errors are gone. BUG=b:231582182
Change-Id: I82d53913c8da07b093e479ed8e12fda8c9990e3d Signed-off-by: Eran Mitrani mitrani@google.com --- M src/mainboard/google/brya/dsdt.asl 1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/69392/1
diff --git a/src/mainboard/google/brya/dsdt.asl b/src/mainboard/google/brya/dsdt.asl index 7a730b7..7e6e3a7 100644 --- a/src/mainboard/google/brya/dsdt.asl +++ b/src/mainboard/google/brya/dsdt.asl @@ -26,6 +26,10 @@ #include <soc/intel/common/block/acpi/acpi/northbridge.asl> #include <soc/intel/alderlake/acpi/southbridge.asl> #include <soc/intel/alderlake/acpi/tcss.asl> + Device (SRAM) { } + Device (HEC1) { } + Device (DPTF) { } + Device (FSPI) { } } }