Skip to content
Snippets Groups Projects
Commit d6c77b9d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ar71xx: default to external USB power on RB-912UAG


There's a GPIO that can switch between power to USB pins for the
internal MiniPCIe slot or the external USB port.
People are more likely to use the external one so enable it by default.
Existing configurations should be unaffected

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 5919cc2d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ wbs510)
;;
rb-912uag-2hpnd|\
rb-912uag-5hpnd)
ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "52"
ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "52" "1"
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment