Commit e6488c2a authored by Neil Armstrong's avatar Neil Armstrong Committed by Dmitry Baryshkov
Browse files

drm/msm: mdss: add support for SM8650

parent b94747f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -628,6 +628,7 @@ static const struct of_device_id mdss_dt_match[] = {
	{ .compatible = "qcom,sm8350-mdss", .data = &sm8250_data },
	{ .compatible = "qcom,sm8450-mdss", .data = &sm8250_data },
	{ .compatible = "qcom,sm8550-mdss", .data = &sm8550_data },
	{ .compatible = "qcom,sm8650-mdss", .data = &sm8550_data},
	{}
};
MODULE_DEVICE_TABLE(of, mdss_dt_match);