Skip to content
Snippets Groups Projects
Commit 71e0ef39 authored by Cezary Jackiewicz's avatar Cezary Jackiewicz Committed by Jo-Philipp Wich
Browse files

ar71xx: add GPIO pin for usb power switch for RouterBOARD 912


RB912 has one usb shared between external USB and miniPCIe slot. GPIO52 can
reroute power to external USB (=1) or internal miniPCIe slot (=0)

Signed-off-by: default avatarCezary Jackiewicz <cezary@eko.one.pl>
parent 7d67f79c
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ cpe210|\
cpe510)
ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "20"
;;
rb-912uag-2hpnd|\
rb-912uag-5hpnd)
ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "52"
;;
esac
board_config_flush
......
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