aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake
diff options
context:
space:
mode:
authorAamir Bohra <aamir.bohra@intel.com>2020-04-06 16:02:10 +0530
committerFurquan Shaikh <furquan@google.com>2020-04-10 19:33:23 +0000
commitcf0d1c31647cf0c935f206cde36abc473265f93d (patch)
treeadabe0ebd9505fa3c3dd8bfca76881b80ec30079 /src/soc/intel/jasperlake
parentd38108f26fec2441d81bf9183137faede323bcb4 (diff)
soc/intel/jasperlake: Publish EMMC and SD card ACPI devices
BUG=b:150872580 TEST=Build waddledoo board. Verify EMMC and SD card ACPI devices are present in dsdt.asl. Change-Id: I70d47455c48990afe9e79c013c5272d70f4f71e7 Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39582 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r--src/soc/intel/jasperlake/acpi/southbridge.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/acpi/southbridge.asl b/src/soc/intel/jasperlake/acpi/southbridge.asl
index 6329340392..c0674a0ed7 100644
--- a/src/soc/intel/jasperlake/acpi/southbridge.asl
+++ b/src/soc/intel/jasperlake/acpi/southbridge.asl
@@ -59,3 +59,6 @@
/* PMC Core*/
#include <soc/intel/common/block/acpi/acpi/pmc.asl>
+
+/* EMMC/SD card */
+#include "scs.asl"