On Tue, 01 Oct 2024 10:52:13 +0200, Sascha Hauer wrote: > The sabrelite board code uses a GPIO to enable USB VBUS. The same GPIO > is registered in the device tree as a USB VBUS regulator. This regulator > currently can't probe because the GPIO is busy due to its usage in board > code. Free the GPIO after usage in board code to allow probing the VBUS > regulator. > > The board specific code to enable VBUS might not be needed at all > anymore, but I currently do not have the board handy to try out, so > for now just avoid the error messages from failed driver probe. > > [...]
Applied, thanks! [1/1] ARM: i.MX6 sabrelite: free USB VBUS GPIO after use https://git.pengutronix.de/cgit/barebox/commit/?id=3995dd53d2fe (link may not be stable) Best regards, -- Sascha Hauer <s.ha...@pengutronix.de>