On Sat, 24 Sep 2022 15:36:03 +0300, Dmitry Baryshkov wrote: > Move properties common to all DPU DT nodes to the dpu-common.yaml. > > Note, this removes description of individual DPU port@ nodes. However > such definitions add no additional value. The reg values do not > correspond to hardware INTF indices. The driver discovers and binds > these ports not paying any care for the order of these items. Thus just > leave the reference to graph.yaml#/properties/ports and the description. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/display/msm/dpu-common.yaml | 52 +++++++++++++++++++ > .../bindings/display/msm/dpu-msm8998.yaml | 44 +--------------- > .../bindings/display/msm/dpu-qcm2290.yaml | 39 +------------- > .../bindings/display/msm/dpu-sc7180.yaml | 43 +-------------- > .../bindings/display/msm/dpu-sc7280.yaml | 43 +-------------- > .../bindings/display/msm/dpu-sdm845.yaml | 44 +--------------- > 6 files changed, 62 insertions(+), 203 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/msm/dpu-common.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>