genpinctrl: config-f1.yaml usb: remove USB_OTG_*

STM32F1 doesn't use pinmux for USB_OTG_* signals so remove from
config-f1.yaml

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-10-08 09:27:17 -05:00 committed by Kumar Gala
parent 78d56ac58a
commit 2f716e53b1
1 changed files with 0 additions and 8 deletions

View File

@ -136,11 +136,3 @@
- name: UART_RX / USART_RX
match: "^US?ART\\d+_RX$"
mode: input
- name: USB_OTG_FS_DM
match: "^USB_OTG_FS_DM$"
mode: alternate
- name: USB_OTG_FS_DP
match: "^USB_OTG_FS_DP$"
mode: alternate