Skip to content

Commit 4c9456d

Browse files
jlintonarmarndb
authored andcommitted
arm64: dts: juno: Correct PCI IO window
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>
1 parent 6e631f6 commit 4c9456d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
#address-cells = <3>;
394394
#size-cells = <2>;
395395
dma-coherent;
396-
ranges = <0x01000000 0x00 0x5f800000 0x00 0x5f800000 0x0 0x00800000>,
396+
ranges = <0x01000000 0x00 0x00000000 0x00 0x5f800000 0x0 0x00800000>,
397397
<0x02000000 0x00 0x50000000 0x00 0x50000000 0x0 0x08000000>,
398398
<0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>;
399399
#interrupt-cells = <1>;

0 commit comments

Comments
 (0)