diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-05-28 12:17:36 +0300 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-06-02 09:16:13 +0800 |
commit | b9ce32ec3a0483ad4eee0f85ed2b4085fe69349a (patch) | |
tree | 352add85c145041b6c84ab0b65099258a676960f | |
parent | 10a428ed1540c255bf52ee5b6df4a575913885d2 (diff) | |
download | u-boot-b9ce32ec3a0483ad4eee0f85ed2b4085fe69349a.tar.gz u-boot-b9ce32ec3a0483ad4eee0f85ed2b4085fe69349a.tar.xz u-boot-b9ce32ec3a0483ad4eee0f85ed2b4085fe69349a.zip |
x86: tangier: acpi: Drop _HID() where enumerated by _ADR()
ACPICA complains that either _HID() or _ADR() should be used.
For General Purpose DMA we may not drop the _ADR() because
the device is enumerated by PCI. Thus, simple drop _HID().
Reported-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl index f9da188b38..df66625930 100644 --- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl +++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl @@ -520,7 +520,6 @@ Device (PCI0) Device (GDMA) { Name (_ADR, 0x00150000) - Name (_HID, "808611A2") Name (_UID, Zero) Method (_STA, 0, NotSerialized) |