diff options
author | 2019-05-30 09:00:39 -0700 | |
---|---|---|
committer | 2019-06-18 13:56:43 -0700 | |
commit | d440b3374bab867da012021a23d5450c79f082e8 (patch) | |
tree | ffc613ceca01251f68f7c2343f7ec506abd73e3b /drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | |
parent | dt-bindings: msm/dsi: Add 10nm phy for msm8998 compatible (diff) | |
download | linux-rng-d440b3374bab867da012021a23d5450c79f082e8.tar.xz linux-rng-d440b3374bab867da012021a23d5450c79f082e8.zip |
drm/msm/dsi: Add support for MSM8998 10nm dsi phy
The MSM8998 dsi phy is 10nm v3.0.0 like SDM845, however there appear to
be minor differences such as the address space location.
Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@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 1760483b247e..fda73749fcc0 100644 --- a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c +++ b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c @@ -507,6 +507,8 @@ static const struct of_device_id dsi_phy_dt_match[] = { #ifdef CONFIG_DRM_MSM_DSI_10NM_PHY { .compatible = "qcom,dsi-phy-10nm", .data = &dsi_phy_10nm_cfgs }, + { .compatible = "qcom,dsi-phy-10nm-8998", + .data = &dsi_phy_10nm_8998_cfgs }, #endif {} }; |