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

John Crispin blogic at openwrt.org
Mon Sep 14 15:54:28 EDT 2015



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 at 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 at 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 at 0 {
>  				compatible = "lantiq,nor";
>  				bank-width = <2>;
> -				reg = <0 0x0 0x2000000>, <1 0x2000000 0x2000000>;
> +				reg = <0 0x0 0x2000000>;
>  				#address-cells = <1>;
>  				#size-cells = <1>;
>  
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list