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.

AM5708: MIPI CSI-2 camera Pixel rate

Part Number: AM5708
Hi:
board:Custom board AM5708
RDK:ti-processor-sdk-linux-am57xx-evm-04.03.00.05-Linux-x86-Install.bin
sensor:AR0230

Camera parameters:
MIPI lane = 2 lane
Resolution: 1920x1080@30fps
Color space:YUV422

I refer to the kernel documentation:Documentation/media/kapi/csi2.rst (lookup PXIEL_RATE), I don't quite understand how this value is obtained.
My driver code reference comes from ov490.c.
Can you calculate PIXEL_RATE_PER_LANE for me?
PIXEL_RATE_PER_LANE=(1920x1080x30x2)/16  ???