Commit cb14e976 authored by Gjorgji Rosikopulos's avatar Gjorgji Rosikopulos Committed by Greg Kroah-Hartman

greybus: camera: Add debug data format

Add support for greybus debug data format.
Greybus debug data format id is 0x42.
Signed-off-by: default avatarGjorgji Rosikopulos <grosikopulos@mm-sol.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 82278bfe
...@@ -98,7 +98,11 @@ static const struct gb_camera_fmt_map mbus_to_gbus_format[] = { ...@@ -98,7 +98,11 @@ static const struct gb_camera_fmt_map mbus_to_gbus_format[] = {
{ {
.mbus_code = V4L2_MBUS_FMT_ARA_METADATA_1X8, .mbus_code = V4L2_MBUS_FMT_ARA_METADATA_1X8,
.gb_format = 0x41, .gb_format = 0x41,
} },
{
.mbus_code = V4L2_MBUS_FMT_ARA_DEBUG_DATA_1X8,
.gb_format = 0x42,
},
}; };
#define ES2_APB_CDSI0_CPORT 16 #define ES2_APB_CDSI0_CPORT 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment