On Sat, 24 Sep 2022 15:36:04 +0300, Dmitry Baryshkov wrote: > Move properties common to all MDSS DT nodes to the mdss-common.yaml. > > This extends qcom,msm8998-mdss schema to allow interconnect nodes, which > will be added later, once msm8998 gains interconnect support. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/display/msm/dpu-msm8998.yaml | 41 +-------- > .../bindings/display/msm/dpu-qcm2290.yaml | 51 ++---------- > .../bindings/display/msm/dpu-sc7180.yaml | 50 ++--------- > .../bindings/display/msm/dpu-sc7280.yaml | 50 ++--------- > .../bindings/display/msm/dpu-sdm845.yaml | 54 ++---------- > .../bindings/display/msm/mdss-common.yaml | 83 +++++++++++++++++++ > 6 files changed, 111 insertions(+), 218 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/msm/mdss-common.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>