On 25-08-24, Krzysztof Kozlowski wrote: > On 22/08/2025 12:30, Marco Felsch wrote: > >> The binding does not list ports now, but lists hard-wired devices, so my > >> question is now: is this per hard-wired device or per port (even if port > >> is hot-pluggable)? > > > > Sorry but I don't get you. The binding lists the regulators required to > > enable/disable the hub downstream port VBUS. These regulators are > > Is the port an external facing connector or a hard-wired USB device > (please read the binding)? It's completely irrelevant isn't it? The host is in charge of enabling the VBUS supply via a dedicated GPIO (e.g. a I2C GPIO expander). If the VBUS is off, no device appear, if it is on, the device gets powered and appears within the system. If no device is plugged yet and the VBUS is enabled, the device gets enumerated immediatly. Normally the VBUS supplies are controlled by the HUB control signals, but unfortunately our design didn't used these and yes in my case it's a hard-wired device. Generally speaking I don't see how this will make a difference for hard-wired or hot-pluggable devices. Regards, Marco