On Mon Oct 20 17:02:27 2025 +0300, Vladimir Zapolskiy wrote:
> 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 <[email protected]>
> Acked-by: Bryan O'Donoghue <[email protected]>
> Signed-off-by: Bryan O'Donoghue <[email protected]>
> Signed-off-by: Hans Verkuil <[email protected]>

Patch committed.

Thanks,
Hans Verkuil

 drivers/media/platform/qcom/camss/camss.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

---

diff --git a/drivers/media/platform/qcom/camss/camss.c 
b/drivers/media/platform/qcom/camss/camss.c
index 6cfb71fcd861..9122568f9b0a 100644
--- a/drivers/media/platform/qcom/camss/camss.c
+++ b/drivers/media/platform/qcom/camss/camss.c
@@ -2843,12 +2843,11 @@ static const struct camss_subdev_resources 
vfe_res_8550[] = {
        /* VFE3 lite */
        {
                .regulators = {},
-               .clock = { "gcc_axi_hf", "cpas_ahb", "cpas_fast_ahb_clk", 
"vfe_lite_ahb",
+               .clock = { "gcc_axi_hf", "cpas_ahb", "vfe_lite_ahb",
                           "vfe_lite", "cpas_ife_lite", "camnoc_axi" },
                .clock_rate = { { 0 },
                                { 80000000 },
                                { 300000000, 400000000 },
-                               { 300000000, 400000000 },
                                { 400000000, 480000000 },
                                { 300000000, 400000000 },
                                { 300000000, 400000000 } },
@@ -2865,12 +2864,11 @@ static const struct camss_subdev_resources 
vfe_res_8550[] = {
        /* VFE4 lite */
        {
                .regulators = {},
-               .clock = { "gcc_axi_hf", "cpas_ahb", "cpas_fast_ahb_clk", 
"vfe_lite_ahb",
+               .clock = { "gcc_axi_hf", "cpas_ahb", "vfe_lite_ahb",
                           "vfe_lite", "cpas_ife_lite", "camnoc_axi" },
                .clock_rate = { { 0 },
                                { 80000000 },
                                { 300000000, 400000000 },
-                               { 300000000, 400000000 },
                                { 400000000, 480000000 },
                                { 300000000, 400000000 },
                                { 300000000, 400000000 } },
_______________________________________________
linuxtv-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to