Re: [PATCH v3 05/24] media: i2c: switch to use of_graph_get_next_device_endpoint()

2024-02-02 Thread Rob Herring
On Wed, Jan 31, 2024 at 05:05:27AM +, Kuninori Morimoto wrote: > of_graph_get_next_endpoint() is now renamed to > of_graph_get_next_device_endpoint(). Switch to it. > > Signed-off-by: Kuninori Morimoto > --- > drivers/media/i2c/adv7343.c | 2 +- > drivers/media/i2c/adv748x/adv74

Re: [PATCH v3 06/24] media: platform: switch to use of_graph_get_next_device_endpoint()

2024-02-02 Thread Rob Herring
On Wed, Jan 31, 2024 at 05:05:34AM +, Kuninori Morimoto wrote: > of_graph_get_next_endpoint() is now renamed to > of_graph_get_next_device_endpoint(). Switch to it. > > Signed-off-by: Kuninori Morimoto > --- > drivers/media/platform/atmel/atmel-isi.c | 4 ++-- > drivers/media

[PATCH] dt-bindings: display: msm: sm8650-mdss: Add missing explicit "additionalProperties"

2024-02-02 Thread Rob Herring
In order to check schemas for missing additionalProperties or unevaluatedProperties, cases allowing extra properties must be explicit. Signed-off-by: Rob Herring --- .../devicetree/bindings/display/msm/qcom,sm8650-mdss.yaml | 4 1 file changed, 4 insertions(+) diff --git a/Documentati

Re: [PATCH] dt-bindings: display: msm: sm8650-mdss: Add missing explicit "additionalProperties"

2024-02-02 Thread Dmitry Baryshkov
On Fri, 2 Feb 2024 at 23:23, Rob Herring wrote: > > In order to check schemas for missing additionalProperties or > unevaluatedProperties, cases allowing extra properties must be explicit. > > Signed-off-by: Rob Herring Reviewed-by: Dmitry Baryshkov Rob, if you need it for some rework, please