summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-07-28 13:52:22 +0200
committerDavid Bauer <mail@david-bauer.net>2021-07-29 20:50:48 +0200
commit17cb9a9a9e94037444b5bdf21c394d7923c4ebb2 (patch)
tree401a56a2f57e40f0621c894231aee83963c79b39
parenta5850c049e26aaafd9cf8bce9c499f4ffcfc2caf (diff)
downloadopenwrt-17cb9a9a9e94037444b5bdf21c394d7923c4ebb2.tar.gz
openwrt-17cb9a9a9e94037444b5bdf21c394d7923c4ebb2.tar.bz2
openwrt-17cb9a9a9e94037444b5bdf21c394d7923c4ebb2.zip
ath79: enable missing pinmux for JT-OR750i
Without explicit configuration of these pins the ethernet as well as status LED of the device do not work correctly. Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit 4feb9a4211d4c8e118e6b8f01fa0bbd4eab5d35c)
-rw-r--r--target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
index 976d342f97..bcb35c9437 100644
--- a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
+++ b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
@@ -30,6 +30,9 @@
leds {
compatible = "gpio-leds";
+ pinctrl-names = "default";
+ pinctrl-0 = <&jtag_disable_pins &pinmux_led_eth_pins>;
+
led_status_green: status_green {
label = "green:status";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;