On 15/09/2022 15:37, Dmitry Baryshkov wrote: > Add DPU and MDSS schemas to describe MDSS and DPU blocks on the Qualcomm > SM8250 platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/display/msm/mdss-common.yaml | 4 +- > .../bindings/display/msm/qcom,sm8250-dpu.yaml | 92 ++++++++++++++++ > .../display/msm/qcom,sm8250-mdss.yaml | 103 ++++++++++++++++++ > 3 files changed, 197 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm8250-dpu.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm8250-mdss.yaml > > diff --git a/Documentation/devicetree/bindings/display/msm/mdss-common.yaml b/Documentation/devicetree/bindings/display/msm/mdss-common.yaml > index 2a476bd0215e..27d7242657b2 100644 > --- a/Documentation/devicetree/bindings/display/msm/mdss-common.yaml > +++ b/Documentation/devicetree/bindings/display/msm/mdss-common.yaml > @@ -27,11 +27,11 @@ properties: > > clocks: > minItems: 2 > - maxItems: 3 > + maxItems: 4 > > clock-names: > minItems: 2 > - maxItems: 3 > + maxItems: 4 > > interrupts: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8250-dpu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8250-dpu.yaml > new file mode 100644 > index 000000000000..9ff8a265c85f > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8250-dpu.yaml > @@ -0,0 +1,92 @@ > +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/msm/qcom,sm8250-dpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm SM8250 Display DPU > + > +maintainers: > + - Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > + > +$ref: /schemas/display/msm/dpu-common.yaml# Same problem as in other bindings. Best regards, Krzysztof