ramips: various Wavlink WL-WN575A3 fixes
authorThomas Vincent-Cross <me@tvc.id.au>
Sun, 17 Feb 2019 12:00:59 +0000 (23:00 +1100)
committerChristian Lamparter <chunkeey@gmail.com>
Thu, 28 Feb 2019 10:26:10 +0000 (11:26 +0100)
* 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 <me@tvc.id.au>
target/linux/ramips/dts/WL-WN575A3.dts

index f18ae891c04e690e1252a2334e6c4890cf462628..76923d5cf60f2ceb21edb745a21781578e7c9255 100644 (file)
@@ -62,7 +62,7 @@
 &pinctrl {
        state_default: pinctrl0 {
                gpio {
 &pinctrl {
        state_default: pinctrl0 {
                gpio {
-                       ralink,group = "i2c", "wled_an";
+                       ralink,group = "i2c", "wled_an", "gpio", "refclk", "wdt", "p0led_an";
                        ralink,function = "gpio";
                };
        };
                        ralink,function = "gpio";
                };
        };
@@ -83,7 +83,7 @@
 &spi0 {
        status = "okay";
 
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
 
 &wmac {
        status = "okay";
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
 };
 
 &ethernet {
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x2e>;
+       mtd-mac-address = <&factory 0x28>;
        mediatek,portmap = "llllw";
 };
        mediatek,portmap = "llllw";
 };