Skip to content

Commit 02e4232

Browse files
Richard ZhuShawn Guo
authored andcommitted
arm64: dts: imx95: Correct the range of PCIe app-reg region
Correct the range of PCIe app-reg region from 0x2000 to 0x4000 refer to SerDes_SS memory map of i.MX95 Rerference Manual. Fixes: 3b1d5de ("arm64: dts: imx95: add pcie[0,1] and pcie-ep[0,1] support") Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 4b98bf3 commit 02e4232

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/freescale/imx95.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@
16261626
reg = <0 0x4c300000 0 0x10000>,
16271627
<0 0x60100000 0 0xfe00000>,
16281628
<0 0x4c360000 0 0x10000>,
1629-
<0 0x4c340000 0 0x2000>;
1629+
<0 0x4c340000 0 0x4000>;
16301630
reg-names = "dbi", "config", "atu", "app";
16311631
ranges = <0x81000000 0x0 0x00000000 0x0 0x6ff00000 0 0x00100000>,
16321632
<0x82000000 0x0 0x10000000 0x9 0x10000000 0 0x10000000>;
@@ -1673,7 +1673,7 @@
16731673
reg = <0 0x4c300000 0 0x10000>,
16741674
<0 0x4c360000 0 0x1000>,
16751675
<0 0x4c320000 0 0x1000>,
1676-
<0 0x4c340000 0 0x2000>,
1676+
<0 0x4c340000 0 0x4000>,
16771677
<0 0x4c370000 0 0x10000>,
16781678
<0x9 0 1 0>;
16791679
reg-names = "dbi","atu", "dbi2", "app", "dma", "addr_space";
@@ -1700,7 +1700,7 @@
17001700
reg = <0 0x4c380000 0 0x10000>,
17011701
<8 0x80100000 0 0xfe00000>,
17021702
<0 0x4c3e0000 0 0x10000>,
1703-
<0 0x4c3c0000 0 0x2000>;
1703+
<0 0x4c3c0000 0 0x4000>;
17041704
reg-names = "dbi", "config", "atu", "app";
17051705
ranges = <0x81000000 0 0x00000000 0x8 0x8ff00000 0 0x00100000>,
17061706
<0x82000000 0 0x10000000 0xa 0x10000000 0 0x10000000>;
@@ -1749,7 +1749,7 @@
17491749
reg = <0 0x4c380000 0 0x10000>,
17501750
<0 0x4c3e0000 0 0x1000>,
17511751
<0 0x4c3a0000 0 0x1000>,
1752-
<0 0x4c3c0000 0 0x2000>,
1752+
<0 0x4c3c0000 0 0x4000>,
17531753
<0 0x4c3f0000 0 0x10000>,
17541754
<0xa 0 1 0>;
17551755
reg-names = "dbi", "atu", "dbi2", "app", "dma", "addr_space";

0 commit comments

Comments
 (0)