[openwrt/openwrt] ath79: enable missing pinmux for JT-OR750i

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 28 05:25:23 PDT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4feb9a4211d4c8e118e6b8f01fa0bbd4eab5d35c

commit 4feb9a4211d4c8e118e6b8f01fa0bbd4eab5d35c
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>
---
 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 0332ebef2c..84443949b5 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