ramips: Improve TP-Link Archer C20i support
authorP.Wassi <p.wassi@gmx.at>
Tue, 26 Jul 2016 04:44:19 +0000 (06:44 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 26 Jul 2016 06:39:36 +0000 (08:39 +0200)
Improve / finalise TP-Link Archer C20i support.

Signed-off-by: P.Wassi <p.wassi@gmx.at>
target/linux/ramips/base-files/etc/board.d/01_leds
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/dts/ArcherC20i.dts
target/linux/ramips/mt7620/config-4.4

index fc69f33600c0abad5008e7d7e739104b541d4e24..e5f646b4c1416d651e2a502ee606604237391ac3 100755 (executable)
@@ -78,6 +78,12 @@ broadway)
        set_usb_led "$board:red:diskmounted"
        set_wifi_led "$board:red:wps_active"
        ;;
+c20i)
+       ucidef_set_led_switch "lan" "lan" "$board:blue:lan" "switch0" "0x1e"
+       ucidef_set_led_switch "wan" "wan" "$board:blue:wan" "switch0" "0x01"
+       set_usb_led "$board:blue:usb" "2-1"
+       ucidef_set_led_wlan "wlan" "wlan" "$board:blue:wlan" "phy0radio"
+       ;;
 c50)
        ucidef_set_led_default "power" "power" "tp-link:blue:power" "0"
        ucidef_set_led_netdev "lan" "lan" "tp-link:blue:lan" "eth0.2"
index c1c5f81ebe5f147add956b9cf9ad5acf14c22644..a404af9fbc1023c042bf289a42c0f57f0d151631 100755 (executable)
@@ -114,6 +114,7 @@ ramips_setup_interfaces()
        atp-52b|\
        awm002-evb|\
        awm003-evb|\
+       c20i|\
        c50|\
        dir-645|\
        dir-860l-b1|\
index e7a7b0734622e8d149db7c228cf16180875b2540..a58fa57ced5d675c23979d99d969add5fc2de68c 100644 (file)
 
        gpio-leds {
                compatible = "gpio-leds";
+               lan {
+                       label = "c20i:blue:lan";
+                       gpios = <&gpio0 1 1>;
+               };
+               usb {
+                       label = "c20i:blue:usb";
+                       gpios = <&gpio0 11 1>;
+               };
+               wps {
+                       label = "c20i:blue:wps";
+                       gpios = <&gpio1 15 1>;
+               };
+               wan {
+                       label = "c20i:blue:wan";
+                       gpios = <&gpio2 0 1>;
+               };
+               wlan {
+                       label = "c20i:blue:wlan";
+                       gpios = <&gpio3 0 1>;
+               };
        };
 
-       gpio-keys-polled {
-               compatible = "gpio-keys-polled";
+       gpio-keys {
+               compatible = "gpio-keys";
                #address-cells = <1>;
                #size-cells = <0>;
-               poll-interval = <20>;
+               rfkill {
+                       label = "rfkill";
+                       gpios = <&gpio0 2 1>;
+                       linux,code = <0xf7>;
+               };
+               reset_wps {
+                       label = "reset_wps";
+                       gpios = <&gpio0 13 1>;
+                       linux,code = <0x198>;
+               };
        };
 };
 
+&gpio1 {
+       status = "okay";
+};
+
 &gpio2 {
        status = "okay";
 };
 
+&gpio3 {
+       status = "okay";
+};
+
 &spi0 {
        status = "okay";
 
 &pinctrl {
        state_default: pinctrl0 {
                gpio {
-                       ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd";
+                       ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd", "ephy", "spi refclk";
                        ralink,function = "gpio";
                };
        };
 
 &ethernet {
                pinctrl-names = "default";
-               pinctrl-0 = <&ephy_pins>;
                mtd-mac-address = <&rom 0xf100>;
                mediatek,portmap = "wllll";
        };
index 1ba003100befe13a37227619e5a2303242b2a343..fe211030b4f6f166bdb43bcbfa87aaacf83b7903 100644 (file)
@@ -194,6 +194,7 @@ CONFIG_SPI_MASTER=y
 CONFIG_SPI_RT2880=y
 CONFIG_SRCU=y
 CONFIG_SWCONFIG=y
+CONFIG_SWCONFIG_LEDS=y
 CONFIG_SYSCTL_EXCEPTION_TRACE=y
 CONFIG_SYS_HAS_CPU_MIPS32_R1=y
 CONFIG_SYS_HAS_CPU_MIPS32_R2=y