mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: InnoComm: fix node address of environment partitions
@ 2023-06-02 11:07 Marc Kleine-Budde
  2023-06-02 14:20 ` Ahmad Fatoum
  2023-06-05 14:16 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Marc Kleine-Budde @ 2023-06-02 11:07 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Fixes: e190e932b918 ("ARM: i.MX8MM: add InnoComm WB15 support")
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 arch/arm/dts/imx8mm-innocomm-wb15-evk.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts b/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
index 8808441b6094..907d9c96baa6 100644
--- a/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
+++ b/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
@@ -34,7 +34,7 @@ partition@0 {
 			reg = <0x0 0x0 0x0 0x100000>;
 		};
 
-		env_sd1: partition@e0000 {
+		env_sd1: partition@100000 {
 			label = "barebox-environment";
 			reg = <0x0 0x100000 0x0 0x100000>;
 		};
@@ -52,7 +52,7 @@ partition@0 {
 			reg = <0x0 0x0 0x0 0x100000>;
 		};
 
-		env_sd2: partition@e0000 {
+		env_sd2: partition@100000 {
 			label = "barebox-environment";
 			reg = <0x0 0x100000 0x0 0x100000>;
 		};
-- 
2.39.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: InnoComm: fix node address of environment partitions
  2023-06-02 11:07 [PATCH] ARM: dts: InnoComm: fix node address of environment partitions Marc Kleine-Budde
@ 2023-06-02 14:20 ` Ahmad Fatoum
  2023-06-05 14:16 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2023-06-02 14:20 UTC (permalink / raw)
  To: Marc Kleine-Budde, barebox

On 02.06.23 13:07, Marc Kleine-Budde wrote:
> Fixes: e190e932b918 ("ARM: i.MX8MM: add InnoComm WB15 support")
> Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Acked-by: Ahmad Fatoum <a.fatoum@pengutronix.de>

> ---
>  arch/arm/dts/imx8mm-innocomm-wb15-evk.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts b/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
> index 8808441b6094..907d9c96baa6 100644
> --- a/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
> +++ b/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
> @@ -34,7 +34,7 @@ partition@0 {
>  			reg = <0x0 0x0 0x0 0x100000>;
>  		};
>  
> -		env_sd1: partition@e0000 {
> +		env_sd1: partition@100000 {
>  			label = "barebox-environment";
>  			reg = <0x0 0x100000 0x0 0x100000>;
>  		};
> @@ -52,7 +52,7 @@ partition@0 {
>  			reg = <0x0 0x0 0x0 0x100000>;
>  		};
>  
> -		env_sd2: partition@e0000 {
> +		env_sd2: partition@100000 {
>  			label = "barebox-environment";
>  			reg = <0x0 0x100000 0x0 0x100000>;
>  		};

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: InnoComm: fix node address of environment partitions
  2023-06-02 11:07 [PATCH] ARM: dts: InnoComm: fix node address of environment partitions Marc Kleine-Budde
  2023-06-02 14:20 ` Ahmad Fatoum
@ 2023-06-05 14:16 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2023-06-05 14:16 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: barebox, Ahmad Fatoum

On Fri, Jun 02, 2023 at 01:07:46PM +0200, Marc Kleine-Budde wrote:
> Fixes: e190e932b918 ("ARM: i.MX8MM: add InnoComm WB15 support")
> Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  arch/arm/dts/imx8mm-innocomm-wb15-evk.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts b/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
> index 8808441b6094..907d9c96baa6 100644
> --- a/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
> +++ b/arch/arm/dts/imx8mm-innocomm-wb15-evk.dts
> @@ -34,7 +34,7 @@ partition@0 {
>  			reg = <0x0 0x0 0x0 0x100000>;
>  		};
>  
> -		env_sd1: partition@e0000 {
> +		env_sd1: partition@100000 {
>  			label = "barebox-environment";
>  			reg = <0x0 0x100000 0x0 0x100000>;
>  		};
> @@ -52,7 +52,7 @@ partition@0 {
>  			reg = <0x0 0x0 0x0 0x100000>;
>  		};
>  
> -		env_sd2: partition@e0000 {
> +		env_sd2: partition@100000 {
>  			label = "barebox-environment";
>  			reg = <0x0 0x100000 0x0 0x100000>;
>  		};
> -- 
> 2.39.2
> 
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-05 14:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 11:07 [PATCH] ARM: dts: InnoComm: fix node address of environment partitions Marc Kleine-Budde
2023-06-02 14:20 ` Ahmad Fatoum
2023-06-05 14:16 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox