**** BEGIN LOGGING AT Mon Sep 19 02:59:56 2022 Sep 19 19:06:31 hi all -- do we have an example of DTS enable the mini usb port of the Beaglebone Black in host mode somewhere? Sep 19 19:13:05 s/enable/enabling/ Sep 19 19:56:08 vvn: it's not too hard, though the bigger issue of course is that it's not designed to be used in host mode so you'd need to kludge some solution for the vbus supply Sep 19 19:57:43 for dts, I think you just need &usb0 { dr_mode = "host"; }; Sep 19 19:59:03 zmatt: the supply is already handled for the board but I just didn't reflect that in the device tree yet. I'll try dr_mode asap! Sep 19 19:59:35 vvn: keep in mind that the beaglebone also need to see that 5v on the vbus of the usb port **** ENDING LOGGING AT Tue Sep 20 02:59:56 2022