Re: [PATCH v4 02/13] dt-bindings: media: qcom,venus: Remove clock, power-domain, and iommus from common schema
From: Krzysztof Kozlowski
Date: Wed May 06 2026 - 02:41:21 EST
On Tue, May 05, 2026 at 12:29:23PM +0530, Vishnu Reddy wrote:
> The common schema defines minItems and maxItems for clocks, power-domains,
> and iommus. This suggests that the number of these resources can vary,
> while in reality they are fixed constraints per platform.
OK, that's interesting approach. I am fine with it, but then you need to
remove these from "required:" list as well, because requiring properties
which are not defined here is not the most readable.
I still do not understand though why you cannot just grow the properties
here. The point of this schema is to define common set for range of
devices, because all of these devices are supposed to be veri similar.
Best regards,
Krzysztof