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>
Thu, 29 Jul 2021 18:50:48 +0000 (20:50 +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>
(cherry picked from commit 4feb9a4211d4c8e118e6b8f01fa0bbd4eab5d35c)

target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts

index 976d342f97a7945f0dd95c7ae6ca1312c4c50dd9..bcb35c9437da1196f2c21587cb1124e917b76a0a 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>;