From f44d3f99803be7ba5c38b26a2d8cbda1c301e893 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 17 Jul 2014 10:55:31 +0000 Subject: 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 SVN-Revision: 41680 --- target/linux/ramips/dts/UR-336UN.dts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/UR-336UN.dts') diff --git a/target/linux/ramips/dts/UR-336UN.dts b/target/linux/ramips/dts/UR-336UN.dts index 5ce7fa9efd..81d0be033f 100644 --- a/target/linux/ramips/dts/UR-336UN.dts +++ b/target/linux/ramips/dts/UR-336UN.dts @@ -25,14 +25,20 @@ #size-cells = <1>; }; - ethernet@10100000 { + /* FIXME: no partitions defined */ +/* ethernet@10100000 { mtd-mac-address = <&factory 0x4004>; }; - +*/ esw@10110000 { ralink,portmap = <0x2f>; }; + /* FIXME: no partitions defined */ +/* wmac@10180000 { + ralink,mtd-eeprom = <&factory 0>; + }; +*/ gpio-leds { compatible = "gpio-leds"; 3g { -- cgit v1.2.3