Hi Marek, On 18/10/2025 14:00, Marek Vasut wrote: > The power-domains items: list is not very informative, replace it > with plain minItems/maxItems instead. > > Signed-off-by: Marek Vasut I would R-b this, but I want to wait for feedback from a dt maintainer to make sure this is an approach they're happy with. In the meantime: Acked-by: Matt Coster Cheers, Matt > --- > Cc: Adam Ford > Cc: Conor Dooley > Cc: David Airlie > Cc: Frank Binns > Cc: Geert Uytterhoeven > Cc: Krzysztof Kozlowski > Cc: Kuninori Morimoto > Cc: Maarten Lankhorst > Cc: Magnus Damm > Cc: Matt Coster > Cc: Maxime Ripard > Cc: Rob Herring > Cc: Simona Vetter > Cc: Thomas Zimmermann > Cc: devicetree@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Cc: linux-renesas-soc@vger.kernel.org > --- > .../devicetree/bindings/gpu/img,powervr-rogue.yaml | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml > index c87d7bece0ecd..bee4ab1a1f805 100644 > --- a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml > +++ b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml > @@ -90,8 +90,7 @@ allOf: > then: > properties: > power-domains: > - items: > - - description: Power domain A > + maxItems: 1 > power-domain-names: > maxItems: 1 > required: > @@ -125,9 +124,7 @@ allOf: > then: > properties: > power-domains: > - items: > - - description: Power domain A > - - description: Power domain B > + minItems: 2 > power-domain-names: > minItems: 2 > required: -- Matt Coster E: matt.coster@imgtec.com