On Sat, 24 Sep 2022 15:36:05 +0300, Dmitry Baryshkov wrote: > In order to make the schema more readable, split dpu-sc7180 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-sc7180.yaml | 158 ------------------ > .../bindings/display/msm/qcom,sc7180-dpu.yaml | 95 +++++++++++ > .../display/msm/qcom,sc7180-mdss.yaml | 125 ++++++++++++++ > 3 files changed, 220 insertions(+), 158 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/msm/dpu-sc7180.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sc7180-dpu.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sc7180-mdss.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>