diff options
| author | Fabio Estevam <[email protected]> | 2017-12-14 15:14:27 -0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2017-12-26 16:15:44 +0800 |
| commit | 38f17f9bbb0ead09fbb7449ea025bfb9dd893527 (patch) | |
| tree | 531b41b9e242b0e83ba81cc9aff6a77e60521dac | |
| parent | 3b2bbc368cc5272535c758d486a27b8a2b520d86 (diff) | |
ARM: dts: imx6sx: Fix PCI non-prefetchable memory range
The third cell of the PCI non-prefetchable memory range should be
0x08000000, so change it accordingly.
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 5a5f796813d1..fc34e639be4b 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -1323,7 +1323,7 @@ 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"; |