media: uapi: Add MEDIA_BUS_FMT_SENSOR_DATA media bus format

This patch adds MEDIA_BUS_FMT_SENSOR_DATA used by the bcm2835-unicam
driver to support CSI-2 embedded data streams from camera sensors.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
Naushir Patuck
2020-01-21 14:06:47 +00:00
committed by Dom Cobley
parent 939227baec
commit e604eef6e6
2 changed files with 35 additions and 0 deletions

View File

@@ -165,4 +165,7 @@
*/
#define MEDIA_BUS_FMT_METADATA_FIXED 0x7001
/* Sensor ancillary metadata formats - next is 0x7002 */
#define MEDIA_BUS_FMT_SENSOR_DATA 0x7002
#endif /* __LINUX_MEDIA_BUS_FORMAT_H */