From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 31 May 2020 08:08:04 -0600 Subject: [PATCH v1 2/3] x86: acpi: Replace _ADR() by _UID() in description of PCI host bridge In-Reply-To: <20200526171624.14973-2-andriy.shevchenko@linux.intel.com> References: <20200526171624.14973-1-andriy.shevchenko@linux.intel.com> <20200526171624.14973-2-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 26 May 2020 at 11:16, Andy Shevchenko wrote: > > PCI Firmware specification requires _UID() and doesn't require _ADR() > to be set. Replace latter by former. > > Reported-by: Bin Meng > Signed-off-by: Andy Shevchenko > --- > arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass