diff mbox

[OpenWrt-Devel,LANTIQ] ARV7519RW22 dts fix

Message ID 1441204493.29864.9.camel@VAUXO
State Changes Requested
Headers show

Commit Message

José Vázquez Fernández Sept. 2, 2015, 2:34 p.m. UTC
From a9d8a4d04c5564abb0440a3b67dd21e8645e2c43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20V=C3=A1zquez=20Fern=C3=A1ndez?=
 <ppvazquezfer@gmail.com>
Date: Tue, 1 Sep 2015 19:30:26 +0200
Subject: [OpenWrt-Devel] [PATCH] [LANTIQ] ARV7519RW22 dts fix

The ARV7519RW22 has only one flash chip.
This patch fixes a detection issue of the mtd partitions that cause the
kernel not to be able to find rootfs.

Signed off by: <ppvazquezfer@gmail.com>
---
 target/linux/lantiq/dts/ARV7519RW22.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

John Crispin Sept. 14, 2015, 7:54 p.m. UTC | #1
On 02/09/2015 16:34, José Vázquez Fernández wrote:
> From a9d8a4d04c5564abb0440a3b67dd21e8645e2c43 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Jos=C3=A9=20V=C3=A1zquez=20Fern=C3=A1ndez?=
>  <ppvazquezfer@gmail.com>
> Date: Tue, 1 Sep 2015 19:30:26 +0200
> Subject: [OpenWrt-Devel] [PATCH] [LANTIQ] ARV7519RW22 dts fix
> 
> The ARV7519RW22 has only one flash chip.
> This patch fixes a detection issue of the mtd partitions that cause the
> kernel not to be able to find rootfs.
> 
> Signed off by: <ppvazquezfer@gmail.com>

this is not valid and git am refuses to merge it



> ---
>  target/linux/lantiq/dts/ARV7519RW22.dts |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts
> b/target/linux/lantiq/dts/ARV7519RW22.dts
> index 6823753..10ce8c9 100644
> --- a/target/linux/lantiq/dts/ARV7519RW22.dts
> +++ b/target/linux/lantiq/dts/ARV7519RW22.dts
> @@ -18,7 +18,7 @@
>  			nor-boot@0 {
>  				compatible = "lantiq,nor";
>  				bank-width = <2>;
> -				reg = <0 0x0 0x2000000>, <1 0x2000000 0x2000000>;
> +				reg = <0 0x0 0x2000000>;
>  				#address-cells = <1>;
>  				#size-cells = <1>;
>  
>
diff mbox

Patch

diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts
b/target/linux/lantiq/dts/ARV7519RW22.dts
index 6823753..10ce8c9 100644
--- a/target/linux/lantiq/dts/ARV7519RW22.dts
+++ b/target/linux/lantiq/dts/ARV7519RW22.dts
@@ -18,7 +18,7 @@ 
 			nor-boot@0 {
 				compatible = "lantiq,nor";
 				bank-width = <2>;
-				reg = <0 0x0 0x2000000>, <1 0x2000000 0x2000000>;
+				reg = <0 0x0 0x2000000>;
 				#address-cells = <1>;
 				#size-cells = <1>;