Hello Champs,
AM2732-Q1 supports four data lanes(LVDS_TXP/M), how to configure LVDS data lane number to 2 Lane(LVDS_TXP0/M0 and LVDS_TXP1/M1)?
Thanks
Regards
Shine
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.
Hi Shine,
We use Bit masking technique is used to activate lanes.
Bit-0 implies lane 0, bit-1 implies lane 1 and so on.
If you want to enable lane 2 (considering you number then as lane-0, lane-1, lane-2, lane-3), the value should be:
In your lvds configuration, you can use:
initCfg.lvdsCfg.lvdsLaneEnable = 0x4U
Regards,
Shaunak