greybus: camera: Add debug data format
Add support for greybus debug data format. Greybus debug data format id is 0x42. Signed-off-by: Gjorgji Rosikopulos <grosikopulos@mm-sol.com> Acked-by: Laurent Pinchart <laurent.pinchart@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
82278bfea0
commit
cb14e97623
@ -98,7 +98,11 @@ static const struct gb_camera_fmt_map mbus_to_gbus_format[] = {
|
||||
{
|
||||
.mbus_code = V4L2_MBUS_FMT_ARA_METADATA_1X8,
|
||||
.gb_format = 0x41,
|
||||
}
|
||||
},
|
||||
{
|
||||
.mbus_code = V4L2_MBUS_FMT_ARA_DEBUG_DATA_1X8,
|
||||
.gb_format = 0x42,
|
||||
},
|
||||
};
|
||||
|
||||
#define ES2_APB_CDSI0_CPORT 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user