From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 2 Jun 2020 09:18:31 +0800 Subject: [PATCH 2/3] x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridge In-Reply-To: <1590984915-21854-2-git-send-email-bmeng.cn@gmail.com> References: <1590984915-21854-1-git-send-email-bmeng.cn@gmail.com> <1590984915-21854-2-git-send-email-bmeng.cn@gmail.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 Mon, Jun 1, 2020 at 12:15 PM Bin Meng wrote: > > 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 > --- > > arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to u-boot-x86, thanks!