commit | ea02b93eea35afef32ebb31f49f8e79932e7deee | [log] [tgz] |
---|---|---|
author | Phi Bang Nguyen <phibang.nguyen@nxp.com> | Sat May 11 21:08:41 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 23 07:52:09 2024 -0400 |
tree | 993824cea10592ed18415afc2a0fd639a926f665 | |
parent | e3ad40f883557ac99ab0a93834df657ce11322d8 [diff] |
drivers: video: csi: Add support for i.MX RT11XX On i.MX RT11XX which has MIPI CSI-2 Rx, image data from the camera sensor after passing through the camera pipeline (MIPI CSI-2 Rx --> Video Mux --> CSI) will be implicitly converted to a 32-bits pixel formats. For example, an input in RGB565 / YUYV (2-bytes format) will become an XRGB32 / XYUV32 (4-bytes format), respectively. Make changes to support this. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>