Re: [PATCH v4 23/28] mach-snapdragon: Allow usb3 to work when a coreboot payload

2025-06-05 Thread Casey Connolly
On 5/24/25 00:58, Stephen Boyd wrote: Coreboot already initializes the USB3 controller and PHY on Qualcomm devices. Skip fixing up the USB node on platforms that are a coreboot payload. This provides a working USB-A port on device like Lazor. Signed-off-by: Stephen Boyd --- arch/arm/mach-s

[PATCH v4 23/28] mach-snapdragon: Allow usb3 to work when a coreboot payload

2025-05-23 Thread Stephen Boyd
Coreboot already initializes the USB3 controller and PHY on Qualcomm devices. Skip fixing up the USB node on platforms that are a coreboot payload. This provides a working USB-A port on device like Lazor. Signed-off-by: Stephen Boyd --- arch/arm/mach-snapdragon/of_fixup.c | 22 +++---