|
@@ -267,12 +267,16 @@ static void dsi_phy_disable_resource(struct msm_dsi_phy *phy)
|
|
|
}
|
|
|
|
|
|
static const struct of_device_id dsi_phy_dt_match[] = {
|
|
|
+#ifdef CONFIG_DRM_MSM_DSI_28NM_PHY
|
|
|
{ .compatible = "qcom,dsi-phy-28nm-hpm",
|
|
|
.data = &dsi_phy_28nm_hpm_cfgs },
|
|
|
{ .compatible = "qcom,dsi-phy-28nm-lp",
|
|
|
.data = &dsi_phy_28nm_lp_cfgs },
|
|
|
+#endif
|
|
|
+#ifdef CONFIG_DRM_MSM_DSI_20NM_PHY
|
|
|
{ .compatible = "qcom,dsi-phy-20nm",
|
|
|
.data = &dsi_phy_20nm_cfgs },
|
|
|
+#endif
|
|
|
{}
|
|
|
};
|
|
|
|