mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 10:13:47 +01:00
Revert "lantiq: arv7525pw: use nvmem for eeprom"
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
This reverts commit 9dbd45c187.
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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22192
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
aa78fa72e1
commit
d4845bf618
1 changed files with 1 additions and 6 deletions
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue