lantiq: do an endianness swap to the RT2860 eeprom for ARV752DPW(22)
authorJohn Crispin <blogic@openwrt.org>
Sun, 30 Mar 2014 09:16:52 +0000 (09:16 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sun, 30 Mar 2014 09:16:52 +0000 (09:16 +0000)
commit7081cc98e11fd6f1b798e44ee16439e57bac089f
tree42c762afb66347d9ac526ea4df7c843bc6f49263
parent9e97b6117e1212c9da58306ee832275c5d6c105f
lantiq: do an endianness swap to the RT2860 eeprom for ARV752DPW(22)

ARV7510PW22, ARV752DPW and ARV752DPW22 have the RT2860 eeprom stored in
flash as big-endian, but the driver needs it in little-endian format. We
have to swab it before handing it over. This requires my earlier patch
for busybox.

Funnily enough, ARV752DPW works also with the incorrect eeprom, but
undoubtedly unoptimally. I have a hunch that also the final remaining
Lantiq board would require this swabbing, but I'm not sure, so I just
swab it in the three boards that I know about.

v2:
* Swab also on ARV7510PW22 based on feedback from Alvaro Rojas
* Fix the offset with bs=2

Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40328 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom