mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 03:03:26 +01:00
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>
This commit is contained in:
parent
bd521f2a83
commit
4feb9a4211
1 changed files with 3 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue