Re: [OpenWrt-Devel] [PATCH] [LANTIQ] ARV7519RW22 dts fix

2015-09-14 Thread John Crispin


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?=
>  <ppvazquez...@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: <ppvazquez...@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 0x200>, <1 0x200 
> 0x200>;
> + reg = <0 0x0 0x200>;
>   #address-cells = <1>;
>   #size-cells = <1>;
>  
> 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] [LANTIQ] ARV7519RW22 dts fix

2015-09-02 Thread José Vázquez Fernández
>From a9d8a4d04c5564abb0440a3b67dd21e8645e2c43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20V=C3=A1zquez=20Fern=C3=A1ndez?=
 <ppvazquez...@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: <ppvazquez...@gmail.com>
---
 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 0x200>, <1 0x200 
0x200>;
+   reg = <0 0x0 0x200>;
#address-cells = <1>;
#size-cells = <1>;
 
-- 
1.7.10.4
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel