ARM: dts: imx6sx: Fix PCI non-prefetchable memory range
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 14 Dec 2017 17:14:27 +0000 (15:14 -0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
The third cell of the PCI non-prefetchable memory range should be
0x08000000, so change it accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx.dtsi

index 5a5f796813d157a14266c3be5000ba75bd191222..fc34e639be4b037aaf98f86c00a65af0e2c6513a 100644 (file)
                        device_type = "pci";
                        bus-range = <0x00 0xff>;
                        ranges = <0x81000000 0 0          0x08f80000 0 0x00010000 /* downstream I/O */
-                                 0x82000000 0 0x01000000 0x08000000 0 0x00f00000>; /* non-prefetchable memory */
+                                 0x82000000 0 0x08000000 0x08000000 0 0x00f00000>; /* non-prefetchable memory */
                        num-lanes = <1>;
                        interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "msi";