Re: [PATCH v2 2/3] media: qcom: camss: Add SM6350 support

From: Konrad Dybcio

Date: Fri Nov 14 2025 - 17:09:08 EST


On 11/14/25 12:15 PM, Luca Weiss wrote:
> Add the necessary support for CAMSS on the SM6350 SoC.
>
> Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
> ---

[...]

> + .regulators = {},
> + .clock = { "slow_ahb_src", "cpas_ahb",

Drop the _src clock, we do ratesetting on it through its dear
child who you have described right next to it

Konrad