diff options
| author | Krzysztof Kozlowski <[email protected]> | 2025-06-18 14:32:35 +0000 |
|---|---|---|
| committer | Dmitry Baryshkov <[email protected]> | 2025-07-04 13:35:19 +0000 |
| commit | 1337d7ebfb6d083aaf751fcf0d1dab8b98c6eb8f (patch) | |
| tree | 6ca34b266108ef6d559d5808e4078312d119223d /drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | |
| parent | dt-bindings: display/msm: qcom,sm8750-mdss: Add SM8750 (diff) | |
| download | kernel-1337d7ebfb6d083aaf751fcf0d1dab8b98c6eb8f.tar.gz kernel-1337d7ebfb6d083aaf751fcf0d1dab8b98c6eb8f.zip | |
drm/msm/dsi/phy: Add support for SM8750
Add support for DSI PHY v7.0 on Qualcomm SM8750 SoC which comes with an
incompatible hardware interface change:
ICODE_ACCUM_STATUS_LOW and ALOG_OBSV_BUS_STATUS_1 registers - their
offsets were just switched. Currently these registers are not used in
the driver, so the easiest is to document both but keep them commented
out to avoid conflict.
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/659616/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
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 5973d7325699..221f12db5f8b 100644 --- a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c +++ b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c @@ -597,6 +597,8 @@ static const struct of_device_id dsi_phy_dt_match[] = { .data = &dsi_phy_4nm_8550_cfgs }, { .compatible = "qcom,sm8650-dsi-phy-4nm", .data = &dsi_phy_4nm_8650_cfgs }, + { .compatible = "qcom,sm8750-dsi-phy-3nm", + .data = &dsi_phy_3nm_8750_cfgs }, #endif {} }; |
