SC8180X is one of the last platforms which do not have DT schema for the display devices. Add DT schema for Mobile Display SubSystem (MDSS) and Display Processing Unit (DPU) and add SC8180X-compatible to the DSI controller schema.
While we are at it, also update DT file for SC8180X to follow best current practices for MDSS devicex description. Signed-off-by: Dmitry Baryshkov <dmitry.barysh...@oss.qualcomm.com> --- Dmitry Baryshkov (4): dt-bindings: display/msm: dsi-controller-main: add SC8180X dt-bindings: display/msm: describe DPU on SC8180X dt-bindings: display/msm: describe MDSS on SC8180X arm64: dts: qcom: sc8180x: modernize MDSS device definition .../bindings/display/msm/dsi-controller-main.yaml | 2 + .../bindings/display/msm/qcom,sc8180x-dpu.yaml | 103 ++++++ .../bindings/display/msm/qcom,sc8180x-mdss.yaml | 359 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/sc8180x.dtsi | 14 +- 4 files changed, 472 insertions(+), 6 deletions(-) --- base-commit: 26ffb3d6f02cd0935fb9fa3db897767beee1cb2a change-id: 20250704-mdss-schema-b56a6f376bf9 Best regards, -- With best wishes Dmitry