Skip to content

Commit 2333cdb

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx93-11x11-evk: update resource table address
Update the resource table to avoid conflict because iMX93 ROM use last 4KB TCM aream. Also correct vdev1vring node name to align with reg. Fixes: e1da729 ("arm64: dts: imx93: enable CM33 for 11x11 EVK") Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 0d4fbaf commit 2333cdb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
no-map;
4040
};
4141

42-
vdev1vring0: vdev1vring0@a4000000 {
42+
vdev1vring0: vdev1vring0@a4010000 {
4343
reg = <0 0xa4010000 0 0x8000>;
4444
no-map;
4545
};
@@ -49,8 +49,8 @@
4949
no-map;
5050
};
5151

52-
rsc_table: rsc-table@2021f000 {
53-
reg = <0 0x2021f000 0 0x1000>;
52+
rsc_table: rsc-table@2021e000 {
53+
reg = <0 0x2021e000 0 0x1000>;
5454
no-map;
5555
};
5656

0 commit comments

Comments
 (0)