Re: [PATCH v2 4/5] media: iris: Add platform data for X1P42100
From: Konrad Dybcio
Date: Mon Mar 09 2026 - 06:43:32 EST
On 3/7/26 2:18 PM, Krzysztof Kozlowski wrote:
> On Fri, Mar 06, 2026 at 04:44:32PM +0800, Wangao Wang wrote:
>> Introduce platform data for X1P42100, derived from SM8550 but using a
>> different clock configuration and a dedicated OPP setup.
>>
>> Signed-off-by: Wangao Wang <wangao.wang@xxxxxxxxxxxxxxxx>
>> ---
[...]
>> +static const struct platform_clk_data x1p42100_clk_table[] = {
>> + {IRIS_AXI_CLK, "iface" },
>> + {IRIS_CTRL_CLK, "core" },
>> + {IRIS_HW_CLK, "vcodec0_core" },
>> + {IRIS_BSE_HW_CLK, "vcodec0_bse" },
>
> And maybe that's just IRIS_AXI_CLK clock?
>
> People keep sending downstream code and name such stuff because they
> found it in downstream, so I have doubts.
As the dt-bindings commit message states, Iris on Purwa has some new
IP that needs its own clock for operation
Konrad