From 25c0b41901448f1191f3c9d7f6fabd05fbf7396f Mon Sep 17 00:00:00 2001 From: Thomas Vincent-Cross Date: Sun, 17 Feb 2019 23:00:59 +1100 Subject: [PATCH] ramips: various Wavlink WL-WN575A3 fixes * assign pinmux groups to gpio function for LEDs/buttons * rename flash node to be more generic in line with other device nodes * remove useless/incorrect eeprom property from wmac node * correct base mac address for embedded switch Signed-off-by: Thomas Vincent-Cross --- target/linux/ramips/dts/WL-WN575A3.dts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/target/linux/ramips/dts/WL-WN575A3.dts b/target/linux/ramips/dts/WL-WN575A3.dts index f18ae891c0..76923d5cf6 100644 --- a/target/linux/ramips/dts/WL-WN575A3.dts +++ b/target/linux/ramips/dts/WL-WN575A3.dts @@ -62,7 +62,7 @@ &pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "i2c", "wled_an"; + ralink,group = "i2c", "wled_an", "gpio", "refclk", "wdt", "p0led_an"; ralink,function = "gpio"; }; }; @@ -83,7 +83,7 @@ &spi0 { status = "okay"; - m25p80@0 { + flash@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; @@ -122,10 +122,9 @@ &wmac { status = "okay"; - ralink,mtd-eeprom = <&factory 0x4>; }; ðernet { - mtd-mac-address = <&factory 0x2e>; + mtd-mac-address = <&factory 0x28>; mediatek,portmap = "llllw"; }; -- 2.30.2