[media] v4l: Add media format codes for AHSV8888 on 32-bit busses
[linux-block.git] / include / uapi / linux / v4l2-mediabus.h
index a9601257bb431536bdcbe83584d5a3cec526cde8..b5c3aab6e82c7f312dacb0933bebb1d62e6b938c 100644 (file)
@@ -110,6 +110,9 @@ enum v4l2_mbus_pixelcode {
 
        /* S5C73M3 sensor specific interleaved UYVY and JPEG */
        V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 = 0x5001,
+
+       /* HSV - next is 0x6002 */
+       V4L2_MBUS_FMT_AHSV8888_1X32 = 0x6001,
 };
 
 /**