On Wed, Dec 03, 2025 at 04:37:34PM +0530, Balaji Selvanathan wrote: > Enable the QMP Combo PHY driver to allow super-speed USB > operation on QCM6490 platforms. >
Reviewed-by: Varadarajan Narayanan <[email protected]> > Signed-off-by: Balaji Selvanathan <[email protected]> > --- > v3: > - Removed disabling CONFIG_QCOM_USB_FIXUP as it now removed. > --- > configs/qcm6490_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/qcm6490_defconfig b/configs/qcm6490_defconfig > index 54eb5dedaec..2418645003e 100644 > --- a/configs/qcm6490_defconfig > +++ b/configs/qcm6490_defconfig > @@ -13,3 +13,5 @@ CONFIG_TEXT_BASE=0x9fc00000 > CONFIG_REMAKE_ELF=y > > CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs6490-rb3gen2" > + > +CONFIG_PHY_QCOM_QMP_COMBO=y > -- > 2.34.1 >

