ramips: soc wmac eeprom cleanup

Move eeprom extraction from scripts to dts files.
Additionally there are few other changes like:
- whitespace fixes
- add partition labels where needed
- BR6524N board doesn't exist (lost in translation?)
- fix Edimax 3g-6200nl model
- add wmac eeprom to dts for Asus RT-N14U board

Compile tested all subtargets and their profiles.
Run tested on:
- Asus RT-N15
- Asus RT-N14U
- Buffalo WHR-600D
- Argus ATP52B
- Sparklan WCR-150GN

Few problems noted:
- many boards didn't have wmac eeprom information defined at all
- several boards don't have any patitions defined (see FIXME comments in dts)

Signed-off-by: Roman Yeryomin <roman@advem.lv>

SVN-Revision: 41680
This commit is contained in:
John Crispin
2014-07-17 10:55:31 +00:00
parent d8e47a92b1
commit f44d3f9980
90 changed files with 358 additions and 131 deletions

View File

@@ -34,7 +34,7 @@
read-only;
};
partition@30000 {
devdata: partition@30000 {
label = "devdata";
reg = <0x30000 0x10000>;
read-only;
@@ -62,6 +62,10 @@
ralink,portmap = <0x2f>;
};
wmac@10180000 {
ralink,mtd-eeprom = <&devdata 0>;
};
gpio-leds {
compatible = "gpio-leds";
power {