Changes in this series add support for MSM display DSI CTRL & PHY drivers for the SC7280 SoC, which has DSI controller v2.5.0 and DSI PHY v4.1. This series also updates the missing bindings (yaml) for the 7nm DSI PHY driver on "msm-next" branch. Rajeev Nandan (3): dt-bindings: msm/dsi: Add yaml schema for 7nm DSI PHY drm/msm/dsi: Add PHY configuration for SC7280 drm/msm/dsi: Add DSI support for SC7280 .../bindings/display/msm/dsi-phy-7nm.yaml | 68 ++++++++++++++++++++++ drivers/gpu/drm/msm/Kconfig | 6 +- drivers/gpu/drm/msm/dsi/dsi_cfg.c | 20 +++++++ drivers/gpu/drm/msm/dsi/dsi_cfg.h | 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_7nm.c | 22 +++++++ 7 files changed, 117 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml -- 2.7.4