Loading
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: ed03e99d ("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>