[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAA8EJpooe=RsZSD_mRKH2S8NUxAEqVw_AcMyn68_AWwhovPFsg@mail.gmail.com>
Date: Sat, 3 Feb 2024 03:55:54 +0100
From: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
To: Rob Herring <robh@...nel.org>
Cc: Rob Clark <robdclark@...il.com>, Abhinav Kumar <quic_abhinavk@...cinc.com>,
Sean Paul <sean@...rly.run>, Marijn Suijten <marijn.suijten@...ainline.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>, Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>, David Airlie <airlied@...il.com>, Daniel Vetter <daniel@...ll.ch>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Conor Dooley <conor+dt@...nel.org>,
Neil Armstrong <neil.armstrong@...aro.org>, linux-arm-msm@...r.kernel.org,
dri-devel@...ts.freedesktop.org, freedreno@...ts.freedesktop.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: display: msm: sm8650-mdss: Add missing
explicit "additionalProperties"
On Fri, 2 Feb 2024 at 23:23, Rob Herring <robh@...nel.org> wrote:
>
> In order to check schemas for missing additionalProperties or
> unevaluatedProperties, cases allowing extra properties must be explicit.
>
> Signed-off-by: Rob Herring <robh@...nel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
Rob, if you need it for some rework, please feel free to pick it into
your tree, otherwise I'll pick it for msm-next in the next few days.
> ---
> .../devicetree/bindings/display/msm/qcom,sm8650-mdss.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8650-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8650-mdss.yaml
> index bd11119dc93d..24cece1e888b 100644
> --- a/Documentation/devicetree/bindings/display/msm/qcom,sm8650-mdss.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8650-mdss.yaml
> @@ -37,18 +37,21 @@ properties:
> patternProperties:
> "^display-controller@[0-9a-f]+$":
> type: object
> + additionalProperties: true
> properties:
> compatible:
> const: qcom,sm8650-dpu
>
> "^displayport-controller@[0-9a-f]+$":
> type: object
> + additionalProperties: true
> properties:
> compatible:
> const: qcom,sm8650-dp
>
> "^dsi@[0-9a-f]+$":
> type: object
> + additionalProperties: true
> properties:
> compatible:
> items:
> @@ -57,6 +60,7 @@ patternProperties:
>
> "^phy@[0-9a-f]+$":
> type: object
> + additionalProperties: true
> properties:
> compatible:
> const: qcom,sm8650-dsi-phy-4nm
> --
> 2.43.0
>
--
With best wishes
Dmitry
Powered by blists - more mailing lists