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

José Vázquez Fernández ppvazquezfer at gmail.com
Wed Sep 2 07:40:28 EDT 2015


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>
---
 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>;
 
-- 
1.7.10.4
_______________________________________________
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