summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2020-05-31 21:15:14 -0700
committerBin Meng <bmeng.cn@gmail.com>2020-06-02 09:16:13 +0800
commitd8b5f5d4363340f535605e80487b01333aa5168b (patch)
treeef3c952e0784ed71ac4672b8b579430dbd346e4b /arch/x86/include/asm
parent319506c7a972fcf89a804c1345b2644c2e3f29e9 (diff)
downloadu-boot-d8b5f5d4363340f535605e80487b01333aa5168b.tar.gz
u-boot-d8b5f5d4363340f535605e80487b01333aa5168b.tar.xz
u-boot-d8b5f5d4363340f535605e80487b01333aa5168b.zip
x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridge
PCI Firmware specification requires _UID() and doesn't require _ADR() to be set. Replace latter by former. This fixes the following warning reported by ACPICA 20200430: Warning 3073 - Multiple types (Device object requires either a _HID or _ADR, but not both) Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl b/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
index 2a1c31cdc4..3b220c7ac2 100644
--- a/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
+++ b/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
@@ -11,7 +11,7 @@ Device (PCI0)
Name(_HID, EISAID("PNP0A08")) /* PCIe */
Name(_CID, EISAID("PNP0A03")) /* PCI */
- Name(_ADR, 0)
+ Name(_UID, 0)
Name(_BBN, 0)
Name(MCRS, ResourceTemplate()