devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size
@ 2018-10-02 11:29 Tudor Ambarus
  2018-10-02 11:29 ` [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable " Tudor Ambarus
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tudor Ambarus @ 2018-10-02 11:29 UTC (permalink / raw)
  To: nicolas.ferre, ludovic.desroches, alexandre.belloni, robh+dt,
	mark.rutland, linux-arm-kernel, devicetree, linux-kernel
  Cc: Tudor Ambarus

sama5d4_xplained comes with a 4Gb NAND flash. Increase the rootfs
size to match this limit.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
index 4b7c762d5f22..7d554b9ab27f 100644
--- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
@@ -252,7 +252,7 @@
 
 						rootfs@800000 {
 							label = "rootfs";
-							reg = <0x800000 0x0f800000>;
+							reg = <0x800000 0x1f800000>;
 						};
 					};
 				};
-- 
2.9.4

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

* [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable nand flash size
  2018-10-02 11:29 [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size Tudor Ambarus
@ 2018-10-02 11:29 ` Tudor Ambarus
  2018-10-02 11:55   ` Ludovic Desroches
  2018-10-02 11:55 ` [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable " Ludovic Desroches
  2018-10-02 12:36 ` Alexandre Belloni
  2 siblings, 1 reply; 5+ messages in thread
From: Tudor Ambarus @ 2018-10-02 11:29 UTC (permalink / raw)
  To: nicolas.ferre, ludovic.desroches, alexandre.belloni, robh+dt,
	mark.rutland, linux-arm-kernel, devicetree, linux-kernel
  Cc: Tudor Ambarus

at91sam9x5cm comes with a 2Gb NAND flash. Fix the rootfs size to
match this limit.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 arch/arm/boot/dts/at91sam9x5cm.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi
index 4908ee07e628..993eabe1cf7a 100644
--- a/arch/arm/boot/dts/at91sam9x5cm.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi
@@ -100,7 +100,7 @@
 
 						rootfs@800000 {
 							label = "rootfs";
-							reg = <0x800000 0x1f800000>;
+							reg = <0x800000 0x0f800000>;
 						};
 					};
 				};
-- 
2.9.4

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

* Re: [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size
  2018-10-02 11:29 [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size Tudor Ambarus
  2018-10-02 11:29 ` [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable " Tudor Ambarus
@ 2018-10-02 11:55 ` Ludovic Desroches
  2018-10-02 12:36 ` Alexandre Belloni
  2 siblings, 0 replies; 5+ messages in thread
From: Ludovic Desroches @ 2018-10-02 11:55 UTC (permalink / raw)
  To: Tudor Ambarus
  Cc: nicolas.ferre, alexandre.belloni, robh+dt, mark.rutland,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Oct 02, 2018 at 02:29:48PM +0300, Tudor Ambarus wrote:
> sama5d4_xplained comes with a 4Gb NAND flash. Increase the rootfs
> size to match this limit.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

Thanks
> ---
>  arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> index 4b7c762d5f22..7d554b9ab27f 100644
> --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> @@ -252,7 +252,7 @@
>  
>  						rootfs@800000 {
>  							label = "rootfs";
> -							reg = <0x800000 0x0f800000>;
> +							reg = <0x800000 0x1f800000>;
>  						};
>  					};
>  				};
> -- 
> 2.9.4
> 

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

* Re: [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable nand flash size
  2018-10-02 11:29 ` [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable " Tudor Ambarus
@ 2018-10-02 11:55   ` Ludovic Desroches
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Desroches @ 2018-10-02 11:55 UTC (permalink / raw)
  To: Tudor Ambarus
  Cc: nicolas.ferre, alexandre.belloni, robh+dt, mark.rutland,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Oct 02, 2018 at 02:29:49PM +0300, Tudor Ambarus wrote:
> at91sam9x5cm comes with a 2Gb NAND flash. Fix the rootfs size to
> match this limit.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

Thanks
> ---
>  arch/arm/boot/dts/at91sam9x5cm.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi
> index 4908ee07e628..993eabe1cf7a 100644
> --- a/arch/arm/boot/dts/at91sam9x5cm.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi
> @@ -100,7 +100,7 @@
>  
>  						rootfs@800000 {
>  							label = "rootfs";
> -							reg = <0x800000 0x1f800000>;
> +							reg = <0x800000 0x0f800000>;
>  						};
>  					};
>  				};
> -- 
> 2.9.4
> 

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

* Re: [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size
  2018-10-02 11:29 [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size Tudor Ambarus
  2018-10-02 11:29 ` [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable " Tudor Ambarus
  2018-10-02 11:55 ` [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable " Ludovic Desroches
@ 2018-10-02 12:36 ` Alexandre Belloni
  2 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2018-10-02 12:36 UTC (permalink / raw)
  To: Tudor Ambarus
  Cc: nicolas.ferre, ludovic.desroches, robh+dt, mark.rutland,
	linux-arm-kernel, devicetree, linux-kernel

Hi Tudor,

There is a typo is your subject line.I don't have any other comment ;)

On 02/10/2018 14:29:48+0300, Tudor Ambarus wrote:
> sama5d4_xplained comes with a 4Gb NAND flash. Increase the rootfs
> size to match this limit.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> ---
>  arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> index 4b7c762d5f22..7d554b9ab27f 100644
> --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> @@ -252,7 +252,7 @@
>  
>  						rootfs@800000 {
>  							label = "rootfs";
> -							reg = <0x800000 0x0f800000>;
> +							reg = <0x800000 0x1f800000>;
>  						};
>  					};
>  				};
> -- 
> 2.9.4
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-10-02 12:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02 11:29 [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size Tudor Ambarus
2018-10-02 11:29 ` [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable " Tudor Ambarus
2018-10-02 11:55   ` Ludovic Desroches
2018-10-02 11:55 ` [PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable " Ludovic Desroches
2018-10-02 12:36 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).