From: Balaji Selvanathan Date: Wed, 3 Dec 2025 11:07:34 +0000 (+0530) Subject: configs: qcm6490: Enable super-speed USB support X-Git-Tag: v2026.07-rc1~8^2~20 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b20d13e4e6a78f74804706df79618317ccbf613b;p=thirdparty%2Fu-boot.git configs: qcm6490: Enable super-speed USB support Enable the QMP Combo PHY driver to allow super-speed USB operation on QCM6490 platforms. Signed-off-by: Balaji Selvanathan Reviewed-by: Varadarajan Narayanan Link: https://patch.msgid.link/20251203110735.1959862-6-balaji.selvanathan@oss.qualcomm.com Signed-off-by: Casey Connolly --- diff --git a/configs/qcm6490_defconfig b/configs/qcm6490_defconfig index 618098c8860..b088367f86c 100644 --- a/configs/qcm6490_defconfig +++ b/configs/qcm6490_defconfig @@ -15,3 +15,4 @@ CONFIG_REMAKE_ELF=y CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs6490-rb3gen2" CONFIG_FASTBOOT_BUF_ADDR=0xd8800000 +CONFIG_PHY_QCOM_QMP_COMBO=y