Re: [PATCH] phy: meson-g12a-usb2: fix ret check on power_domain_get

2023-10-18 Thread Neil Armstrong
Hi, On Tue, 17 Oct 2023 20:57:25 +0200, Guillaume La Roque wrote: > Patch which add A1 SoC support create a regression on khadas vim3/vim3l > boards when we try to use fastboot command: > > => fastboot usb 0 > failed to get power domain > failed to get power domain > No USB device found >

Re: [PATCH] phy: meson-g12a-usb2: fix ret check on power_domain_get

2023-10-18 Thread neil . armstrong
On 17/10/2023 20:57, Guillaume La Roque wrote: Patch which add A1 SoC support create a regression on khadas vim3/vim3l boards when we try to use fastboot command: => fastboot usb 0 failed to get power domain failed to get power domain No USB device found USB init failed: -19 Add

Re: [PATCH] phy: meson-g12a-usb2: fix ret check on power_domain_get

2023-10-17 Thread Mattijs Korpershoek
On mar., oct. 17, 2023 at 20:57, "Guillaume La Roque" wrote: > Patch which add A1 SoC support create a regression on khadas vim3/vim3l > boards when we try to use fastboot command: > > => fastboot usb 0 > failed to get power domain > failed to get power domain > No USB device found > U

[PATCH] phy: meson-g12a-usb2: fix ret check on power_domain_get

2023-10-17 Thread Guillaume La Roque
Patch which add A1 SoC support create a regression on khadas vim3/vim3l boards when we try to use fastboot command: => fastboot usb 0 failed to get power domain failed to get power domain No USB device found USB init failed: -19 Add ENOENT check on ret in probe function. Fixes: 5533c88