diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-11-29 11:45:07 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-11-29 11:45:44 +0100 |
commit | 5c9ad4fa6e57de5618952c89a2eb65436d7d0f85 (patch) | |
tree | 04c304b5a45037e716d518b384bc64319e9424bc | |
parent | ae980458abf8299d614f4b34add32e18d054378d (diff) | |
download | upstream-5c9ad4fa6e57de5618952c89a2eb65436d7d0f85.tar.gz upstream-5c9ad4fa6e57de5618952c89a2eb65436d7d0f85.tar.bz2 upstream-5c9ad4fa6e57de5618952c89a2eb65436d7d0f85.zip |
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 <nbd@nbd.name>
-rw-r--r-- | target/linux/ramips/dts/TL-WR840NV5.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |