Fix USB-OTG modes not switching correctly

This commit is contained in:
Lukas Schmid 2024-05-29 21:06:14 +02:00
parent 06e4a2a576
commit ae6604ac1f

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";
};