Message ID | 20200526171624.14973-3-andriy.shevchenko@linux.intel.com |
---|---|
State | Superseded |
Headers | show |
Series | [v1,1/3] x86: acpi: Create buffers outside of the methods | expand |
On Tue, 26 May 2020 at 11:16, Andy Shevchenko <andriy.shevchenko at linux.intel.com> wrote: > > ACPICA complains that either _HID() or _ADR() should be used. > Drop _ADR() where _HID() is present. > > Reported-by: Bin Meng <bmeng.cn at gmail.com> > Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Simon Glass <sjg at chromium.org>
diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl index e44a7ccfc263..eaf75c8c673d 100644 --- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl +++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl @@ -452,7 +452,6 @@ Device (PCI0) Device (PMIC) { - Name (_ADR, Zero) Name (_HID, "INTC100E") Name (_CID, "INTC100E") Name (_DDN, "Basin Cove PMIC")
ACPICA complains that either _HID() or _ADR() should be used. Drop _ADR() where _HID() is present. Reported-by: Bin Meng <bmeng.cn at gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 1 - 1 file changed, 1 deletion(-)