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

drm/msm/mdss: Add Glymur device configuration

Add Mobile Display Subsystem (MDSS) support for the Glymur platform.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/683718/
Link: https://lore.kernel.org/r/20251027-glymur-display-v3-4-aa13055818ac@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Abel Vesa and committed by
Dmitry Baryshkov
3dceef35 8f63bf90

+1
+1
drivers/gpu/drm/msm/msm_mdss.c
··· 553 553 554 554 static const struct of_device_id mdss_dt_match[] = { 555 555 { .compatible = "qcom,mdss", .data = &data_153k6 }, 556 + { .compatible = "qcom,glymur-mdss", .data = &data_57k }, 556 557 { .compatible = "qcom,msm8998-mdss", .data = &data_76k8 }, 557 558 { .compatible = "qcom,qcm2290-mdss", .data = &data_76k8 }, 558 559 { .compatible = "qcom,sa8775p-mdss", .data = &data_74k },