]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: juno: Correct PCI IO window
authorJeremy Linton <jeremy.linton@arm.com>
Tue, 29 Nov 2016 20:45:10 +0000 (14:45 -0600)
committerArnd Bergmann <arnd@arndb.de>
Wed, 30 Nov 2016 22:49:16 +0000 (23:49 +0100)
The PCIe root complex on Juno translates the MMIO mapped
at 0x5f800000 to the PIO address range starting at 0
(which is common because PIO addresses are generally < 64k).
Correct the DT to reflect this.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/arm/juno-base.dtsi

index 334271a25f70b329d5aed75205ff46c02baabf62..7d3a2acc6a553471d66a2bd71ce53e8c36e10aeb 100644 (file)
@@ -393,7 +393,7 @@ pcie_ctlr: pcie-controller@40000000 {
                #address-cells = <3>;
                #size-cells = <2>;
                dma-coherent;
-               ranges = <0x01000000 0x00 0x5f800000 0x00 0x5f800000 0x0 0x00800000>,
+               ranges = <0x01000000 0x00 0x00000000 0x00 0x5f800000 0x0 0x00800000>,
                         <0x02000000 0x00 0x50000000 0x00 0x50000000 0x0 0x08000000>,
                         <0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>;
                #interrupt-cells = <1>;