From 5c9ad4fa6e57de5618952c89a2eb65436d7d0f85 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 29 Nov 2018 11:45:07 +0100 Subject: [PATCH] ramips: fix MTD EEPROM offset for TL-WR840N v5 The previous offset was invalid and pointed to the end of the partition, which was causing issues with mt76 Signed-off-by: Felix Fietkau --- target/linux/ramips/dts/TL-WR840NV5.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/TL-WR840NV5.dts b/target/linux/ramips/dts/TL-WR840NV5.dts index fc3d0aa329..6b81282c9a 100644 --- a/target/linux/ramips/dts/TL-WR840NV5.dts +++ b/target/linux/ramips/dts/TL-WR840NV5.dts @@ -96,7 +96,7 @@ &wmac { status = "okay"; mtd-mac-address = <&factory 0xf100>; - mediatek,mtd-eeprom = <&factory 0x10000>; + mediatek,mtd-eeprom = <&factory 0x0>; }; ðernet {