diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-12-14 18:14:27 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 09:15:44 +0100 |
commit | 38f17f9bbb0ead09fbb7449ea025bfb9dd893527 (patch) | |
tree | 531b41b9e242b0e83ba81cc9aff6a77e60521dac /arch/arm/boot/dts/imx6sx.dtsi | |
parent | ARM: dts: imx6qdl-hummingboard2: rename regulators to match schematic (diff) | |
download | linux-38f17f9bbb0ead09fbb7449ea025bfb9dd893527.tar.xz linux-38f17f9bbb0ead09fbb7449ea025bfb9dd893527.zip |
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 <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-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"; |