ath79: enable missing pinmux for JT-OR750i
authorDavid Bauer <mail@david-bauer.net>
Wed, 28 Jul 2021 11:52:22 +0000 (13:52 +0200)
committerDavid Bauer <mail@david-bauer.net>
Wed, 28 Jul 2021 12:25:46 +0000 (14:25 +0200)
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>
target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts

index 0332ebef2ce47ec97f8b208c37170cc2725ace7e..84443949b57350fe69b7dbf17ba2a39a32587781 100644 (file)
@@ -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>;