Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk on qcm6490

Enable the UCSI_DELAY_DEVICE_PDOS quirk on Qualcomm QCM6490. This
platform also doesn't correctly handle reading PD capabilities until PD
partner is connected.

Fixes: 5da727f75823 ("usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240408-qcom-ucsi-fixes-bis-v1-1-716c145ca4b1@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dmitry Baryshkov and committed by
Greg Kroah-Hartman
0c5794f7 c4ede561

+1 -1
+1 -1
drivers/usb/typec/ucsi/ucsi_glink.c
··· 316 316 static unsigned long quirk_sm8450 = UCSI_DELAY_DEVICE_PDOS; 317 317 318 318 static const struct of_device_id pmic_glink_ucsi_of_quirks[] = { 319 - { .compatible = "qcom,qcm6490-pmic-glink", .data = &quirk_sc8180x, }, 319 + { .compatible = "qcom,qcm6490-pmic-glink", .data = &quirk_sc8280xp, }, 320 320 { .compatible = "qcom,sc8180x-pmic-glink", .data = &quirk_sc8180x, }, 321 321 { .compatible = "qcom,sc8280xp-pmic-glink", .data = &quirk_sc8280xp, }, 322 322 { .compatible = "qcom,sm8350-pmic-glink", .data = &quirk_sc8180x, },