From e7d6a1101209d0dfff5727a9c3621ea2e5fddc2c Mon Sep 17 00:00:00 2001 From: Dingxian Wen Date: Fri, 7 Aug 2020 14:55:17 +0800 Subject: [PATCH] media: v4l2-ctrl: add private controls base for TC35874X Change-Id: I3e8cdb61e4403f5c6b22ad8cc6f8d7eab0a8cc00 Signed-off-by: Dingxian Wen --- include/uapi/linux/v4l2-controls.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h index e4ee10ee917d..ecb935626852 100644 --- a/include/uapi/linux/v4l2-controls.h +++ b/include/uapi/linux/v4l2-controls.h @@ -186,6 +186,11 @@ enum v4l2_colorfx { */ #define V4L2_CID_USER_MAX217X_BASE (V4L2_CID_USER_BASE + 0x1090) +/* The base for the tc35874x driver controls. + * We reserve 16 controls for this driver. + */ +#define V4L2_CID_USER_TC35874X_BASE (V4L2_CID_USER_BASE + 0x10a0) + /* The base for the imx driver controls. * We reserve 16 controls for this driver. */ #define V4L2_CID_USER_IMX_BASE (V4L2_CID_USER_BASE + 0x10b0)