diff mbox series

[06/11] arm64: dts: imx93-11x11-evk: update resource table address

Message ID 20240416-imx93-dts-4-13-v1-6-da8ac02e8413@nxp.com (mailing list archive)
State New
Headers show
Series arm64: dts: imx93: various update | expand

Commit Message

Peng Fan (OSS) April 16, 2024, 3:26 p.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Because i.MX93 A1 ROM used the last 4KB TCM area, update the resource
table to avoid conflict. Also correct vdev1vring node name to align with
reg.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Frank Li April 16, 2024, 3:45 p.m. UTC | #1
On Tue, Apr 16, 2024 at 11:26:42PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Because i.MX93 A1 ROM used the last 4KB TCM area, update the resource
> table to avoid conflict. Also correct vdev1vring node name to align with

Is it little better

Update the resource table to avoid conflict because iMX93 ROM use last 4KB
TCM aream.

where you correct vdev1vring node name?

> reg.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

It is bug fix, please add fixes tag.

Frank

> ---
>  arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 6 +++---
>  1 file 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 07e85a30a25f..b7b52576586f 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> @@ -38,7 +38,7 @@ vdev0vring1: vdev0vring1@a4008000 {
>  			no-map;
>  		};
>  
> -		vdev1vring0: vdev1vring0@a4000000 {
> +		vdev1vring0: vdev1vring0@a4010000 {
>  			reg = <0 0xa4010000 0 0x8000>;
>  			no-map;
>  		};
> @@ -48,8 +48,8 @@ vdev1vring1: vdev1vring1@a4018000 {
>  			no-map;
>  		};
>  
> -		rsc_table: rsc-table@2021f000 {
> -			reg = <0 0x2021f000 0 0x1000>;
> +		rsc_table: rsc-table@2021e000 {
> +			reg = <0 0x2021e000 0 0x1000>;
>  			no-map;
>  		};
>  
> 
> -- 
> 2.37.1
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
index 07e85a30a25f..b7b52576586f 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
@@ -38,7 +38,7 @@  vdev0vring1: vdev0vring1@a4008000 {
 			no-map;
 		};
 
-		vdev1vring0: vdev1vring0@a4000000 {
+		vdev1vring0: vdev1vring0@a4010000 {
 			reg = <0 0xa4010000 0 0x8000>;
 			no-map;
 		};
@@ -48,8 +48,8 @@  vdev1vring1: vdev1vring1@a4018000 {
 			no-map;
 		};
 
-		rsc_table: rsc-table@2021f000 {
-			reg = <0 0x2021f000 0 0x1000>;
+		rsc_table: rsc-table@2021e000 {
+			reg = <0 0x2021e000 0 0x1000>;
 			no-map;
 		};