TC358840 HDMI TO CSI CONVERTER INTERFACE WITH NANO

Hello,

With reference to my previous case I continued to work on TC358840 driver.

After changing some driver code now kernel module is engaged , video 0 is generated.
But now when I tried to start streaming first image comes but then it stuck.
I its gives no_sync error.

Can somebody guide me what I missed the setting driver?

Thanks.

hello rusurya,

this looks like an issue of bridge driver,
could you please give it a try to configure the clock mode as discontinuous mode for testing.
you may double check whether it’s keep sending frames to CSI channel.

furthermore,
please see-also Topic 305036 for reference.

Hello JerryChang,

Thanks a lot for reply.
Sorry for delayed reply.
Actually I going through given topic and trying some more variations.
But it wont help.
Please check attached dtsi file , I choose clock-noncontinuous property.
tegra210-tc358840.txt (6.3 KB)
Please guide me on the issue.
Thanks.

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks

hello rusurya,

please refer to Property-Value Pairs section, you may give it a try by adding discontinuous_clk= "yes"; into device tree as well.

BTW,
is it possible to probe the MIPI signaling to ensure there’re packet sending to CSI channel?