Skip to content

Commit e6488c2

Browse files
superna9999lumag
authored andcommitted
drm/msm: mdss: add support for SM8650
Add Mobile Display Subsystem (MDSS) support for the SM8650 platform. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/564980/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent b94747f commit e6488c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/msm/msm_mdss.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ static const struct of_device_id mdss_dt_match[] = {
628628
{ .compatible = "qcom,sm8350-mdss", .data = &sm8250_data },
629629
{ .compatible = "qcom,sm8450-mdss", .data = &sm8250_data },
630630
{ .compatible = "qcom,sm8550-mdss", .data = &sm8550_data },
631+
{ .compatible = "qcom,sm8650-mdss", .data = &sm8550_data},
631632
{}
632633
};
633634
MODULE_DEVICE_TABLE(of, mdss_dt_match);

0 commit comments

Comments
 (0)