On Sat, 24 Sep 2022 15:36:07 +0300, Dmitry Baryshkov wrote: > In order to make the schema more readable, split dpu-sdm845 into the DPU > and MDSS parts, each one describing just a single device binding. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/display/msm/dpu-sdm845.yaml | 148 ------------------ > .../bindings/display/msm/qcom,sdm845-dpu.yaml | 90 +++++++++++ > .../display/msm/qcom,sdm845-mdss.yaml | 117 ++++++++++++++ > 3 files changed, 207 insertions(+), 148 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sdm845-dpu.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>