瀏覽代碼

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>
Jeremy Linton 8 年之前
父節點
當前提交
4c9456df88
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/boot/dts/arm/juno-base.dtsi

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

@@ -393,7 +393,7 @@
 		#address-cells = <3>;
 		#address-cells = <3>;
 		#size-cells = <2>;
 		#size-cells = <2>;
 		dma-coherent;
 		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>,
 			 <0x02000000 0x00 0x50000000 0x00 0x50000000 0x0 0x08000000>,
 			 <0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>;
 			 <0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>;
 		#interrupt-cells = <1>;
 		#interrupt-cells = <1>;