From d42fc11b276ac20a7d2e8467fa6cda1f25322071 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 12:41:51 +0200 Subject: Asus H61 boards: Align dsdt.asl with other boards Prepare to transform Asus H61 boards into a variant setup. Change-Id: Ifd5808edac22ebdba9b29a711ad129b91d9975d0 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54370 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick --- src/mainboard/asus/p8h61-m_lx/dsdt.asl | 5 +---- src/mainboard/asus/p8h61-m_pro/dsdt.asl | 6 ++---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/mainboard/asus/p8h61-m_lx/dsdt.asl b/src/mainboard/asus/p8h61-m_lx/dsdt.asl index b9fc14e989..dc535279b7 100644 --- a/src/mainboard/asus/p8h61-m_lx/dsdt.asl +++ b/src/mainboard/asus/p8h61-m_lx/dsdt.asl @@ -17,12 +17,9 @@ DefinitionBlock( #include #include - Scope (\_SB) + Device (\_SB.PCI0) { - Device (PCI0) - { #include #include - } } } diff --git a/src/mainboard/asus/p8h61-m_pro/dsdt.asl b/src/mainboard/asus/p8h61-m_pro/dsdt.asl index 9a12f1eaaa..149d548778 100644 --- a/src/mainboard/asus/p8h61-m_pro/dsdt.asl +++ b/src/mainboard/asus/p8h61-m_pro/dsdt.asl @@ -19,11 +19,9 @@ DefinitionBlock( #include #include - Scope (\_SB) { - Device (PCI0) - { + Device (\_SB.PCI0) + { #include #include - } } } -- cgit v1.2.3