Sensor Driver -- Configurations

Hi All,

The configuration is as:

Color Format: YUV_422
Color Depth: 12

Then Bits per pixel is: 36

In media Bus format file (include/uapi/linux/media-bus-format.h) the available max configuration is: MEDIA_BUS_FMT_UYVY12_1X24.

Need to configure the bits per pixel is 36. So I need the macro/configuration as MEDIA_BUS_FMT_UYVY12_1X36. This is not available.

What do to do??

-Thanks.

I don’t think there’s MEDIA_BUS_FMT_UYVY12_1X36.
YUV_422_12 should be MEDIA_BUS_FMT_UYVY12_1X24 how is possible _1x36?