Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: qcom: camss: Do not enable cpas fast ahb clock for SM8550 VFE lite

The clock is needed to stream images over a full VFE IP on SM8550 CAMSS,
and it should not be enabled, when an image stream is routed over any of
two lite VFE IPs on the SoC.

Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Acked-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Vladimir Zapolskiy and committed by
Hans Verkuil
a89e490b 17bc0e28

+2 -4
+2 -4
drivers/media/platform/qcom/camss/camss.c
··· 2843 2843 /* VFE3 lite */ 2844 2844 { 2845 2845 .regulators = {}, 2846 - .clock = { "gcc_axi_hf", "cpas_ahb", "cpas_fast_ahb_clk", "vfe_lite_ahb", 2846 + .clock = { "gcc_axi_hf", "cpas_ahb", "vfe_lite_ahb", 2847 2847 "vfe_lite", "cpas_ife_lite", "camnoc_axi" }, 2848 2848 .clock_rate = { { 0 }, 2849 2849 { 80000000 }, 2850 - { 300000000, 400000000 }, 2851 2850 { 300000000, 400000000 }, 2852 2851 { 400000000, 480000000 }, 2853 2852 { 300000000, 400000000 }, ··· 2864 2865 /* VFE4 lite */ 2865 2866 { 2866 2867 .regulators = {}, 2867 - .clock = { "gcc_axi_hf", "cpas_ahb", "cpas_fast_ahb_clk", "vfe_lite_ahb", 2868 + .clock = { "gcc_axi_hf", "cpas_ahb", "vfe_lite_ahb", 2868 2869 "vfe_lite", "cpas_ife_lite", "camnoc_axi" }, 2869 2870 .clock_rate = { { 0 }, 2870 2871 { 80000000 }, 2871 - { 300000000, 400000000 }, 2872 2872 { 300000000, 400000000 }, 2873 2873 { 400000000, 480000000 }, 2874 2874 { 300000000, 400000000 },