Skip to content

Commit a3ab5c9

Browse files
Richard Zhugregkh
authored andcommitted
arm64: dts: imx95: Correct the range of PCIe app-reg region
[ Upstream commit 02e4232 ] 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 <[email protected]> Reviewed-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent cc67657 commit a3ab5c9

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
@@ -1478,7 +1478,7 @@
14781478
reg = <0 0x4c300000 0 0x10000>,
14791479
<0 0x60100000 0 0xfe00000>,
14801480
<0 0x4c360000 0 0x10000>,
1481-
<0 0x4c340000 0 0x2000>;
1481+
<0 0x4c340000 0 0x4000>;
14821482
reg-names = "dbi", "config", "atu", "app";
14831483
ranges = <0x81000000 0x0 0x00000000 0x0 0x6ff00000 0 0x00100000>,
14841484
<0x82000000 0x0 0x10000000 0x9 0x10000000 0 0x10000000>;
@@ -1518,7 +1518,7 @@
15181518
reg = <0 0x4c300000 0 0x10000>,
15191519
<0 0x4c360000 0 0x1000>,
15201520
<0 0x4c320000 0 0x1000>,
1521-
<0 0x4c340000 0 0x2000>,
1521+
<0 0x4c340000 0 0x4000>,
15221522
<0 0x4c370000 0 0x10000>,
15231523
<0x9 0 1 0>;
15241524
reg-names = "dbi","atu", "dbi2", "app", "dma", "addr_space";
@@ -1545,7 +1545,7 @@
15451545
reg = <0 0x4c380000 0 0x10000>,
15461546
<8 0x80100000 0 0xfe00000>,
15471547
<0 0x4c3e0000 0 0x10000>,
1548-
<0 0x4c3c0000 0 0x2000>;
1548+
<0 0x4c3c0000 0 0x4000>;
15491549
reg-names = "dbi", "config", "atu", "app";
15501550
ranges = <0x81000000 0 0x00000000 0x8 0x8ff00000 0 0x00100000>,
15511551
<0x82000000 0 0x10000000 0xa 0x10000000 0 0x10000000>;
@@ -1585,7 +1585,7 @@
15851585
reg = <0 0x4c380000 0 0x10000>,
15861586
<0 0x4c3e0000 0 0x1000>,
15871587
<0 0x4c3a0000 0 0x1000>,
1588-
<0 0x4c3c0000 0 0x2000>,
1588+
<0 0x4c3c0000 0 0x4000>,
15891589
<0 0x4c3f0000 0 0x10000>,
15901590
<0xa 0 1 0>;
15911591
reg-names = "dbi", "atu", "dbi2", "app", "dma", "addr_space";

0 commit comments

Comments
 (0)