CC: ramips: minor fixes for ZTB-WG2626
authorFelix Fietkau <nbd@openwrt.org>
Sat, 5 Dec 2015 09:47:06 +0000 (09:47 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 5 Dec 2015 09:47:06 +0000 (09:47 +0000)
In backport commit r47605 the LED was named wrongly in a userspace
script.
Also remove reference to undefined pinmux group "wdt rst" causing
logline
rt2880-pinmux pinctrl: invalid group "wdt rst" for function "gpio"

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47773 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/base-files/etc/diag.sh
target/linux/ramips/dts/ZBT-WG2626.dts

index 0747d70..a7e2501 100644 (file)
@@ -248,7 +248,7 @@ get_status_led() {
                status_led="lenovo:blue:power"
                ;;
        zbt-wg2626)
-               status_led="zbt-wg2626:green:power"
+               status_led="zbt-wg2626:green:status"
                ;;
        zte-q7)
                status_led="zte:red:status"
index 6170454..6252a54 100644 (file)
        pinctrl {
                state_default: pinctrl0 {
                        gpio {
-                               ralink,group = "wdt", "rgmii2", "wdt rst", "jtag", "mdio";
+                               ralink,group = "wdt", "rgmii2", "i2c", "mdio";
                                ralink,function = "gpio";
                        };
                };