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