Fix USB-OTG modes not switching correctly

Signed-off-by: Lukas Schmid <cubecraft15@gmail.com>
This commit is contained in:
Lukas Schmid 2024-05-29 21:06:14 +02:00
parent 5ac2e2b000
commit f9970f59d7

View File

@ -112,7 +112,7 @@
};
&usbphy {
usb0_id_det-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; /* PB4 */
usb0_id_det-gpios = <&pio 1 4 GPIO_ACTIVE_HIGH>; /* PB4 */
status = "okay";
};