[openwrt/openwrt] ath79: enable missing pinmux for JT-OR750i
LEDE Commits
lede-commits at lists.infradead.org
Thu Jul 29 11:50:30 PDT 2021
blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/17cb9a9a9e94037444b5bdf21c394d7923c4ebb2
commit 17cb9a9a9e94037444b5bdf21c394d7923c4ebb2
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Wed Jul 28 13:52:22 2021 +0200
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 at david-bauer.net>
(cherry picked from commit 4feb9a4211d4c8e118e6b8f01fa0bbd4eab5d35c)
---
target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts | 3 +++
1 file changed, 3 insertions(+)
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>;
More information about the lede-commits
mailing list