summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorZhao Qiang <qiang.zhao@nxp.com>2017-05-23 08:30:30 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-07-14 09:57:25 (GMT)
commit7d423506c6221be64d68cb9795d6eb2c76472251 (patch)
tree7e57feda1543df23e3b498a4a590b1568cecd4be /arch/arm64/boot/dts
parent6b88259717d931753ba0dc4725ba460e46a7b685 (diff)
downloadlinux-7d423506c6221be64d68cb9795d6eb2c76472251.tar.xz
dts: ls1088a: correct the PCIe config space addr
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
index 78c5200..a1b0cdf 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
@@ -360,7 +360,7 @@
compatible = "fsl,ls2088a-pcie", "fsl,ls1088a-pcie",
"snps,dw-pcie";
reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */
- 0x10 0x00000000 0x0 0x00002000>; /* configuration space */
+ 0x20 0x00000000 0x0 0x00002000>; /* configuration space */
reg-names = "regs", "config";
interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>; /* aer interrupt */
interrupt-names = "aer";
@@ -385,7 +385,7 @@
compatible = "fsl,ls2088a-pcie", "fsl,ls1088a-pcie",
"snps,dw-pcie";
reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */
- 0x12 0x00000000 0x0 0x00002000>; /* configuration space */
+ 0x28 0x00000000 0x0 0x00002000>; /* configuration space */
reg-names = "regs", "config";
interrupts = <0 113 IRQ_TYPE_LEVEL_HIGH>; /* aer interrupt */
interrupt-names = "aer";
@@ -410,7 +410,7 @@
compatible = "fsl,ls2088a-pcie", "fsl,ls1088a-pcie",
"snps,dw-pcie";
reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */
- 0x14 0x00000000 0x0 0x00002000>; /* configuration space */
+ 0x30 0x00000000 0x0 0x00002000>; /* configuration space */
reg-names = "regs", "config";
interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>; /* aer interrupt */
interrupt-names = "aer";