AWR2243BOOST: MIPI CSI-2数据

Part Number: AWR2243BOOST
Other Parts Discussed in Thread: AWR2243

各位好,AWR2243 boost的dfp-02-02-04-00中mmWaveLink_SingleChip_NonOS_Example移植到ZYNQ上,已经将接口函数修改,要实现mipi csi-2进行数据传输,是否需要更改dfp的例程中关于lvds相关函数?将其修改为csi-2的函数调用?诸如lvds相关函数:      请帮我解答一下,谢谢各位

int MMWL_lvdsLaneConfig(unsigned char deviceMap)
{
    int retVal = RL_RET_CODE_OK;
    rlDevLvdsLaneCfg_t lvdsLaneCfgArgs = { 0 };

    /*read lvdsLaneCfgArgs from config file*/
    MMWL_readLvdsLaneConfig(&lvdsLaneCfgArgs);

    retVal = rlDeviceSetLvdsLaneConfig(deviceMap, &lvdsLaneCfgArgs);
    return retVal;
}