On Sat, 24 Sep 2022 15:36:11 +0300, Dmitry Baryshkov wrote: > Add DPU and MDSS schemas to describe MDSS and DPU blocks on the Qualcomm > SM8250 platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/display/msm/mdss-common.yaml | 4 +- > .../bindings/display/msm/qcom,sm8250-dpu.yaml | 92 +++++ > .../display/msm/qcom,sm8250-mdss.yaml | 330 ++++++++++++++++++ > 3 files changed, 424 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm8250-dpu.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm8250-mdss.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>