Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / x86 / include / asm / arch-baytrail / acpi / southcluster.asl
index dfc768cf7f8df12ce1cbf9f6043e5a260811c545..3b220c7ac284fc764b01fd6f430ac7fcf356b6b0 100644 (file)
@@ -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()
@@ -150,9 +150,9 @@ Device (PCI0)
                CreateQwordField(MCRS, ^UMEM._MAX, UMAX)
                CreateQwordField(MCRS, ^UMEM._LEN, ULEN)
 
-               /* Set base address to 48GB and allocate 16GB for PCI space */
-               Store(0xc00000000, UMIN)
-               Store(0x400000000, ULEN)
+               /* Set base address to 16GB and allocate 48GB for PCI space */
+               Store(0x400000000, UMIN)
+               Store(0xc00000000, ULEN)
                Add(UMIN, Subtract(ULEN, 1), UMAX)
 
                Return (MCRS)