diff options
| author | 2019-10-31 11:43:59 +0100 | |
|---|---|---|
| committer | 2019-11-04 13:17:42 -0800 | |
| commit | 332d6084d4f7e34f607c9159e3532a9ca27d8d46 (patch) | |
| tree | 8e35fbe41cb0c4eabb7e17f65db32835b94f0c82 /drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | |
| parent | drm/msm/mdp5: Add configuration for msm8x76 (diff) | |
| download | wireguard-linux-332d6084d4f7e34f607c9159e3532a9ca27d8d46.tar.xz wireguard-linux-332d6084d4f7e34f607c9159e3532a9ca27d8d46.zip | |
drm/msm/dsi: Add configuration for 28nm PLL on family B
The 28nm PLL has a different iospace on MSM/APQ family B SoCs:
add a new configuration and use it when the DT reports the
"qcom,dsi-phy-28nm-hpm-fam-b" compatible.
Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/phy/dsi_phy.c')
| -rw-r--r-- | drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c index aa22c3ae5230..b0cfa67d2a57 100644 --- a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c +++ b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c @@ -483,6 +483,8 @@ 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-hpm-fam-b", + .data = &dsi_phy_28nm_hpm_famb_cfgs }, { .compatible = "qcom,dsi-phy-28nm-lp", .data = &dsi_phy_28nm_lp_cfgs }, #endif |
