This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM62A7:如何将 SOC MIPI 线路从2通道更改为4通道

Guru**** 2333900 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1516243/am62a7-how-to-change-the-soc-mipi-line-from-2lane-to-4-lane

器件型号:AM62A7

工具/软件:

EVM 板中的元件。 SOC 将 MIPI 线设置为两条线。 现在我需要将这条线设置为4线。  将这条线更改为4线。

但我不知道如何设置时钟频率和链路频率。 如何设置这两个数据。  是否有任何关于设置这两个数据的指南? 非常感谢

然后设置这个 dts 文件。 ub953应设置行号。 并且应该配置一些其他设置吗?

时钟频率=<25000000>;

数据通路=<1 2 3 4>;
链路频率=/bits/64 <800000000>;

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Meng:

    [引述 userid="643802" url="~/support/processors-group/processors/f/processors-forum/1516243/am62a7-how-to-change-the-lc-mipi-line-from-2lane-to-4-lane"] soc

    时钟频率=<25000000>;

    [/报价]

    这是 I2C 总线频率、应保持24000000。

    line-frequencies soc =/bits/64 <800000000>;

      有关链路频率的计算、请参阅 docs.kernel.org/.../tx-rx.html 由于 D-PHY 在 AM62A CSIRX 中使用、因此公式应为:

    pixel_rate = link_freq * 2 * nr_of_lanes / bits_per_pixel、或 
    link_freq = pixel_rate * bits_per_pixel / 2 / nr_of_lanes、其中 pixel_rate = width*height*fps。 
    
    

    我认为这里不需要800MHz。  例如、如果您有3MP@60fps 和10位 RAW、则您有

    Link_freq = 180MP/s * 10 / 2 / 4 = 225MHz。 您可以继续使用456MHz。

    此致、

    建中