mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 12:31:52 -04:00
usb: typec: ucsi: ucsi_glink: Add support for Glymur and Kaanapali
Add Glymur and Kaanapali compatible strings which both need UCSI_DELAY_DEVICE_PDOS quirk. Signed-off-by: Anjelique Melendez <anjelique.melendez@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://patch.msgid.link/20260209204915.1983997-5-anjelique.melendez@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ee11e0c459
commit
45955006cc
@@ -373,6 +373,8 @@ static unsigned long quirk_sc8280xp = UCSI_NO_PARTNER_PDOS | UCSI_DELAY_DEVICE_P
|
||||
static unsigned long quirk_sm8450 = UCSI_DELAY_DEVICE_PDOS;
|
||||
|
||||
static const struct of_device_id pmic_glink_ucsi_of_quirks[] = {
|
||||
{ .compatible = "qcom,glymur-pmic-glink", .data = &quirk_sm8450, },
|
||||
{ .compatible = "qcom,kaanapali-pmic-glink", .data = &quirk_sm8450, },
|
||||
{ .compatible = "qcom,qcm6490-pmic-glink", .data = &quirk_sc8280xp, },
|
||||
{ .compatible = "qcom,sc8180x-pmic-glink", .data = &quirk_sc8180x, },
|
||||
{ .compatible = "qcom,sc8280xp-pmic-glink", .data = &quirk_sc8280xp, },
|
||||
|
||||
Reference in New Issue
Block a user