diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:47:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:47:06 +0000 |
commit | c7feed7fe96fdc247fcb8426e28ec52518b17525 (patch) | |
tree | 1fa4fe6e99a04d127a9ca1788c928a96cae78d19 /target/linux/ramips/dts | |
parent | 9857f5d8440baaa3341f9f0334ae8a424398e65f (diff) | |
download | upstream-c7feed7fe96fdc247fcb8426e28ec52518b17525.tar.gz upstream-c7feed7fe96fdc247fcb8426e28ec52518b17525.tar.bz2 upstream-c7feed7fe96fdc247fcb8426e28ec52518b17525.zip |
CC: ramips: minor fixes for ZTB-WG2626
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
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WG2626.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ZBT-WG2626.dts b/target/linux/ramips/dts/ZBT-WG2626.dts index 6170454bc6..6252a54067 100644 --- a/target/linux/ramips/dts/ZBT-WG2626.dts +++ b/target/linux/ramips/dts/ZBT-WG2626.dts @@ -119,7 +119,7 @@ pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "wdt", "rgmii2", "wdt rst", "jtag", "mdio"; + ralink,group = "wdt", "rgmii2", "i2c", "mdio"; ralink,function = "gpio"; }; }; |