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
@ -30,6 +30,9 @@
|
|||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&jtag_disable_pins &pinmux_led_eth_pins>;
|
||||||
|
|
||||||
led_status_green: status_green {
|
led_status_green: status_green {
|
||||||
label = "green:status";
|
label = "green:status";
|
||||||
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
||||||
|
Loading…
Reference in New Issue
Block a user