From d4845bf618d978c70ee3825ed5a948087e24620d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 25 Feb 2026 20:02:34 -0800 Subject: [PATCH] Revert "lantiq: arv7525pw: use nvmem for eeprom" This reverts commit 9dbd45c18702cdd55fcfb0f71dc505afa1ff64d6. Compared to ralink,mtd-eeprom , the nvmewm binding ends up byteswapping the data on big endian hosts. Meaning on big endian, the nvmwem binding is equivalent to: ralink,mtd-eeprom + ralink,eeprom-wrap Revert as a result since there's no eeprom-swap here. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22192 Signed-off-by: Robert Marko --- .../mips/boot/dts/lantiq/danube_arcadyan_arv7525pw.dts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7525pw.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7525pw.dts index fba7487743..cd5b1db16f 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7525pw.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7525pw.dts @@ -135,10 +135,6 @@ macaddr_boardconfig_16: macaddr@16 { reg = <0x16 0x6>; }; - - eeprom_boardconfig_410: eeprom@410 { - reg = <0x410 0x200>; - }; }; }; }; @@ -156,8 +152,7 @@ wifi@e,0 { compatible = "pci0,0"; reg = <0x7000 0 0 0 0>; - nvmem-cells = <&eeprom_boardconfig_410>; - nvmem-cell-names = "eeprom"; + ralink,mtd-eeprom = <&boardconfig 0x410>; }; };