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