aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2024-04-19 11:37:02 +0800
committerShawn Guo <shawnguo@kernel.org>2024-04-25 15:02:16 +0800
commit2333cdb54eff89b641f1caaf48c4d0f2fad55dd3 (patch)
tree0796b0d4c14da3edd4e73d68f97c5545393579db
parentarm64: dts: imx93: add nvmem property for eqos (diff)
downloadwireguard-linux-2333cdb54eff89b641f1caaf48c4d0f2fad55dd3.tar.xz
wireguard-linux-2333cdb54eff89b641f1caaf48c4d0f2fad55dd3.zip
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: e1da729459e6 ("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>
-rw-r--r--arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
index 2211922c1826..29425ca2d7d6 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
@@ -39,7 +39,7 @@
no-map;
};
- vdev1vring0: vdev1vring0@a4000000 {
+ vdev1vring0: vdev1vring0@a4010000 {
reg = <0 0xa4010000 0 0x8000>;
no-map;
};
@@ -49,8 +49,8 @@
no-map;
};
- rsc_table: rsc-table@2021f000 {
- reg = <0 0x2021f000 0 0x1000>;
+ rsc_table: rsc-table@2021e000 {
+ reg = <0 0x2021e000 0 0x1000>;
no-map;
};