Re: [PATCH v10 01/14] dt-bindings: media: qcom,glymur-iris: Add glymur video codec
From: Vishnu Reddy
Date: Wed Jul 29 2026 - 07:09:48 EST
On 7/29/2026 3:38 PM, Bryan O'Donoghue wrote:
> On Sunday, 26 July 2026 at 06:50, Vishnu Reddy <busanna.reddy@xxxxxxxxxxxxxxxx> wrote:
>
>> Add device tree binding for the Qualcomm Glymur Iris video codec. Glymur
>> is a new generation of video IP that introduces a dual-core architecture.
>> The second core brings its own power domain, clocks, and reset lines,
>> requiring additional power domains and clocks in the power sequence.
>> The current maxItems constraints for clocks and power-domains in the
>> common venus schema were sized for platforms available at the time of
>> authoring. The glymur platform introduces a dual core architecture
>> that requires more clocks and power domains, exceeding these limits.
>> Raise maxItems for clocks, clock-names, power-domains and
>> power-domain-names to accommodate the glymur platform.
>> The glymur platform-specific schema have fixed constraints for these
>> properties, so the common schema only acts as an upper bound.
>>
>> Signed-off-by: Vishnu Reddy <busanna.reddy@xxxxxxxxxxxxxxxx>
> Krzysztof's RB has been dropped from v9 to v10 here.
>
> Is that purposeful - all of the other patches in this series have the relevant RB's retained.
>
> Using proton mail web thingy so my email may appear weird idk.
>
> Anyway please indicate what is going on with the yaml RB's here.
Krzysztof commented to drop it on v9 as the binding was updated significantly,
so it was removed in v10.
> ---
> bod