soc/intel/alderlake/acpi: Drop ACPI stub for SATA device

This is now generated by acpigen in the common/block/sata module.

Change-Id: Ic45a059f47a090aa1993e83884408a82826b30cf
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80562
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Matt DeVillier
2024-02-16 08:20:24 -06:00
committed by Felix Singer
parent 1f250767ed
commit 8c1bcb7fcb
2 changed files with 0 additions and 10 deletions

View File

@@ -1,7 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
Device (SATA)
{
Name (_ADR, 0x00170000)
Name (_DDN, "SATA Controller")
}

View File

@@ -48,6 +48,3 @@
/* GbE 0:1f.6 */
#include <soc/intel/common/block/acpi/acpi/pch_glan.asl>
/* PCH SATA */
#include "sata.asl"