]> git.ipfire.org Git - thirdparty/linux.git/commit
media: qcom: camss: Fix csid clock configuration for sa8775p
authorWenmeng Liu <wenmeng.liu@oss.qualcomm.com>
Fri, 13 Mar 2026 10:13:03 +0000 (18:13 +0800)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 27 Apr 2026 06:41:22 +0000 (08:41 +0200)
commitfe56c674118aa46da1a3e65aa22ca709ebd7d812
treee9e004fc0bd1c9b44d00f8ff46fe4b9137de8a05
parentdd1b373941079cc102cc18bc68884e18245f5912
media: qcom: camss: Fix csid clock configuration for sa8775p

Fix the mismatch between clock list and clock rate table for CSID lite
instances. The current implementation has 5 clocks defined but only 2
are actually needed (vfe_lite_csid and vfe_lite_cphy_rx), while the
clock rate table doesn't match this configuration.

Update both clock list and rate table to maintain consistency:
- Remove unused clocks: cpas_vfe_lite, vfe_lite_ahb, vfe_lite
- Update clock rate table to match the remaining two clocks

Signed-off-by: Wenmeng Liu <wenmeng.liu@oss.qualcomm.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Fixes: ed03e99de0fa ("media: qcom: camss: Add support for CSID 690")
Cc: stable@vger.kernel.org
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/qcom/camss/camss.c