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>
This commit is contained in:
parent
d38108f26f
commit
cf0d1c3164
|
@ -59,3 +59,6 @@
|
||||||
|
|
||||||
/* PMC Core*/
|
/* PMC Core*/
|
||||||
#include <soc/intel/common/block/acpi/acpi/pmc.asl>
|
#include <soc/intel/common/block/acpi/acpi/pmc.asl>
|
||||||
|
|
||||||
|
/* EMMC/SD card */
|
||||||
|
#include "scs.asl"
|
||||||
|
|
Loading…
Reference in New Issue