aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2018-12-31 21:51:47 +0100
committerPetr Štetiar <ynezz@true.cz>2019-05-15 13:34:24 +0200
commite9652e1696d94e57f96a06658da931fbac7c44c4 (patch)
tree1f3d51cb554166185a34cc82ae6c8d12c674f866 /target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
parent0aa59e81b349cf9eab7280485a0521de2be44adb (diff)
downloadupstream-e9652e1696d94e57f96a06658da931fbac7c44c4.tar.gz
upstream-e9652e1696d94e57f96a06658da931fbac7c44c4.tar.bz2
upstream-e9652e1696d94e57f96a06658da931fbac7c44c4.zip
ath79: fix pinmux for ar933x devices
Properly disable the SoC's internal Switch LEDs on the pinmux. Devices that previously called ath79_gpio_function_disable for the switch LEDs, just need to reference switch_led_pins in the pinctrl-0 property of the gpio-leds node. Signed-off-by: Paul Wassi <p.wassi@gmx.at> [changed desired pinctrl register value from 0x1f to proper 0xf8] Signed-off-by: Chuanhong Guo <gch981213@gmail.com> [renamed pinmux name to switch_led_disable_pins to make purpose more clear] Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi')
-rw-r--r--target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
index 02c647c179..e4b59f1591 100644
--- a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
+++ b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
@@ -40,7 +40,7 @@
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
- pinctrl-0 = <&switch_led_pins>;
+ pinctrl-0 = <&switch_led_disable_pins>;
lan1 {
label = "tp-link:green:lan1";