Re: [PATCH v4 0/3] Add CAMSS support for SM6350

From: Konrad Dybcio

Date: Fri May 15 2026 - 07:42:13 EST


On 2/16/26 9:54 AM, Luca Weiss wrote:
> Add bindings, driver and dts to support the Camera Subsystem on the
> SM6350 SoC.
>
> These patches were tested on a Fairphone 4 smartphone with WIP sensor
> drivers (Sony IMX576 and IMX582), the camera pipeline works properly as
> far as I can tell.
>
> Though when stopping the camera stream, the following clock warning
> appears in dmesg. But it does not interfere with any functionality,
> starting and stopping the stream works and debugcc is showing 426.4 MHz
> while the clock is on, and 'off' while it's off.
>
> Any suggestion how to fix this, is appreciated.

https://lore.kernel.org/linux-arm-msm/caa870e2-3795-40bc-9f0e-c93e313c8c6e@xxxxxxxxxxxxxxxx/

Could you check the ordering between disabling that clock and
calling icc_set(.., 0, 0)? Or perhaps we have another missing icc
path somewhere?

Konrad