Re: [PATCH v5 3/7] dt-bindings: display: renesas,du: Add missing constraints

2025-01-28 Thread Tomi Valkeinen
Hi, On 28/01/2025 11:42, Krzysztof Kozlowski wrote: On 17/12/2024 07:25, Krzysztof Kozlowski wrote: On Tue, Dec 17, 2024 at 07:31:37AM +0200, Tomi Valkeinen wrote: From: Tomi Valkeinen The binding is missing maxItems for all renesas,cmms and renesas,vsps properties. As the amount of cmms or

Re: [PATCH v5 3/7] dt-bindings: display: renesas,du: Add missing constraints

2025-01-28 Thread Krzysztof Kozlowski
On 17/12/2024 07:25, Krzysztof Kozlowski wrote: > On Tue, Dec 17, 2024 at 07:31:37AM +0200, Tomi Valkeinen wrote: >> From: Tomi Valkeinen >> >> The binding is missing maxItems for all renesas,cmms and renesas,vsps >> properties. As the amount of cmms or vsps is always a fixed amount, set >> the ma

Re: [PATCH v5 3/7] dt-bindings: display: renesas,du: Add missing constraints

2024-12-17 Thread Laurent Pinchart
On Tue, Dec 17, 2024 at 07:31:37AM +0200, Tomi Valkeinen wrote: > From: Tomi Valkeinen > > The binding is missing maxItems for all renesas,cmms and renesas,vsps > properties. As the amount of cmms or vsps is always a fixed amount, set > the maxItems to match the minItems. > > Also add the minIte

Re: [PATCH v5 3/7] dt-bindings: display: renesas,du: Add missing constraints

2024-12-17 Thread Laurent Pinchart
On Tue, Dec 17, 2024 at 11:59:53AM +0200, Tomi Valkeinen wrote: > Hi, > > On 17/12/2024 10:14, Geert Uytterhoeven wrote: > > Hi Tomi, > > > > On Tue, Dec 17, 2024 at 6:32 AM Tomi Valkeinen > > wrote: > >> From: Tomi Valkeinen > >> > >> The binding is missing maxItems for all renesas,cmms and re

Re: [PATCH v5 3/7] dt-bindings: display: renesas,du: Add missing constraints

2024-12-17 Thread Tomi Valkeinen
Hi, On 17/12/2024 10:14, Geert Uytterhoeven wrote: Hi Tomi, On Tue, Dec 17, 2024 at 6:32 AM Tomi Valkeinen wrote: From: Tomi Valkeinen The binding is missing maxItems for all renesas,cmms and renesas,vsps properties. As the amount of cmms or vsps is always a fixed amount, set the maxItems t

Re: [PATCH v5 3/7] dt-bindings: display: renesas, du: Add missing constraints

2024-12-17 Thread Geert Uytterhoeven
Hi Tomi, On Tue, Dec 17, 2024 at 6:32 AM Tomi Valkeinen wrote: > From: Tomi Valkeinen > > The binding is missing maxItems for all renesas,cmms and renesas,vsps > properties. As the amount of cmms or vsps is always a fixed amount, set > the maxItems to match the minItems. > > Also add the minItem

Re: [PATCH v5 3/7] dt-bindings: display: renesas,du: Add missing constraints

2024-12-16 Thread Krzysztof Kozlowski
On Tue, Dec 17, 2024 at 07:31:37AM +0200, Tomi Valkeinen wrote: > From: Tomi Valkeinen > > The binding is missing maxItems for all renesas,cmms and renesas,vsps > properties. As the amount of cmms or vsps is always a fixed amount, set > the maxItems to match the minItems. > > Also add the minIte

[PATCH v5 3/7] dt-bindings: display: renesas,du: Add missing constraints

2024-12-16 Thread Tomi Valkeinen
From: Tomi Valkeinen The binding is missing maxItems for all renesas,cmms and renesas,vsps properties. As the amount of cmms or vsps is always a fixed amount, set the maxItems to match the minItems. Also add the minItems and maxItems to the top level properties. Signed-off-by: Tomi Valkeinen -