From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 2/4] x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridge
Date: Thu, 28 May 2020 12:17:34 +0300 [thread overview]
Message-ID: <20200528091736.40634-2-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20200528091736.40634-1-andriy.shevchenko@linux.intel.com>
PCI Firmware specification requires _UID() and doesn't require _ADR()
to be set. Replace latter by former.
Reported-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v2: no changes
arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
index 9d81abbdb674..11b06e5fe94f 100644
--- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
+++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
@@ -10,7 +10,7 @@ Device (PCI0)
Name (_HID, EISAID("PNP0A08")) /* PCIe */
Name (_CID, EISAID("PNP0A03")) /* PCI */
- Name (_ADR, Zero)
+ Name (_UID, Zero)
Name (_BBN, Zero)
Name (MCRS, ResourceTemplate()
--
2.26.2
next prev parent reply other threads:[~2020-05-28 9:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-28 9:17 [PATCH v2 1/4] x86: tangier: acpi: Create buffers outside of the methods Andy Shevchenko
2020-05-28 9:17 ` Andy Shevchenko [this message]
2020-06-01 2:57 ` [PATCH v2 2/4] x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridge Bin Meng
2020-06-01 4:16 ` Bin Meng
2020-05-28 9:17 ` [PATCH v2 3/4] x86: tangier: acpi: Drop _ADR() where _HID() is present Andy Shevchenko
2020-06-01 2:57 ` Bin Meng
2020-06-01 4:16 ` Bin Meng
2020-05-28 9:17 ` [PATCH v2 4/4] x86: tangier: acpi: Drop _HID() where enumerated by _ADR() Andy Shevchenko
2020-06-01 2:57 ` Bin Meng
2020-06-01 4:16 ` Bin Meng
2020-06-01 2:57 ` [PATCH v2 1/4] x86: tangier: acpi: Create buffers outside of the methods Bin Meng
2020-06-01 4:16 ` Bin Meng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200528091736.40634-2-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox