From: Andy Shevchenko Date: Thu, 28 May 2020 09:17:35 +0000 (+0300) Subject: x86: tangier: acpi: Drop _ADR() where _HID() is present X-Git-Tag: v2020.07-rc4~13^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10a428ed1540c255bf52ee5b6df4a575913885d2;p=oweals%2Fu-boot.git x86: tangier: acpi: Drop _ADR() where _HID() is present ACPICA complains that either _HID() or _ADR() should be used. Drop _ADR() where _HID() is present. Reported-by: Bin Meng Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng Tested-by: Bin Meng --- diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl index 11b06e5fe9..f9da188b38 100644 --- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl +++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl @@ -441,7 +441,6 @@ Device (PCI0) Device (PMIC) { - Name (_ADR, Zero) Name (_HID, "INTC100E") Name (_CID, "INTC100E") Name (_DDN, "Basin Cove PMIC")