The QCM2290 platform uses 14nm DSI PHY. As the configuration is not fully compatible with the main qcom,dsi-phy-14nm, a separate compatible is added. Changes since v2: - Changed compatible back to qcom,dsi-phy-14nm-2290 Changes since v1: - Rebased on top of msm-next, fixed DSI PHY config to follow upstream changes. - Changed compatible to follow agreed scheme ('qcom,qcm2290-dsi-phy-14nm'). - Updated commit messages. Loic Poulain (2): dt-bindings: display/msm: Add QCM2290 DSI phy drm/msm/dsi: Add phy configuration for QCM2290 .../bindings/display/msm/dsi-phy-14nm.yaml | 1 + drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 2 ++ drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 1 + drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 17 +++++++++++++++++ 4 files changed, 21 insertions(+) -- 2.35.1