On Fri, Sep 11, 2026 at 09:06:36PM +0530, Nabige Aala wrote: > From: Mahadevan P <[email protected]> > > Add the MDSS compatible for the Qualcomm Nord SoC, reusing the 57 MBps > register bus bandwidth setting shared with the other recent platforms.
Why? > > Signed-off-by: Mahadevan P <[email protected]> > Signed-off-by: Nabige Aala <[email protected]> > --- > drivers/gpu/drm/msm/msm_mdss.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/msm/msm_mdss.c b/drivers/gpu/drm/msm/msm_mdss.c > index 9087c4b290db..90bcc8c28dc2 100644 > --- a/drivers/gpu/drm/msm/msm_mdss.c > +++ b/drivers/gpu/drm/msm/msm_mdss.c > @@ -531,6 +531,7 @@ static const struct of_device_id mdss_dt_match[] = { > { .compatible = "qcom,kaanapali-mdss", .data = &data_57k }, > { .compatible = "qcom,milos-mdss", .data = &data_14k }, > { .compatible = "qcom,msm8998-mdss", .data = &data_76k8 }, > + { .compatible = "qcom,nord-mdss", .data = &data_57k }, > { .compatible = "qcom,qcm2290-mdss", .data = &data_76k8 }, > { .compatible = "qcom,qcs8300-mdss", .data = &data_74k }, > { .compatible = "qcom,sa8775p-mdss", .data = &data_74k }, > > -- > 2.34.1 > -- With best wishes Dmitry
