Re: [PATCH v3 8/8] media: iris: enable support for SC7280 platform
From: Konrad Dybcio
Date: Tue Oct 14 2025 - 04:39:18 EST
On 10/13/25 4:09 AM, Dmitry Baryshkov wrote:
> As a part of migrating code from the old Venus driver to the new Iris
> one, add support for the SC7280 platform. It is very similar to SM8250,
> but it (currently) uses no reset controls (there is an optional
> GCC-generated reset, it will be added later) and no AON registers
> region. Extend the VPU ops to support optional clocks and skip the AON
> shutdown for this platform.
The last part is a little sneaky.. But I think it looks good overall
now
Konrad