From: Rohit Athavale <rathaval@xxxxxxxxxx> This commit adds new entries to the exisiting vf_codes that are used to describe the media bus formats in the DT bindings. The newly added 8-bit and 10-bit color depth related formats will need these updates. Signed-off-by: Rohit Athavale <rathaval@xxxxxxxxxx> Signed-off-by: Satish Kumar Nagireddy <satish.nagireddy.nagireddy@xxxxxxxxxx> --- include/dt-bindings/media/xilinx-vip.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/media/xilinx-vip.h b/include/dt-bindings/media/xilinx-vip.h index 6298fec..fcd34d7 100644 --- a/include/dt-bindings/media/xilinx-vip.h +++ b/include/dt-bindings/media/xilinx-vip.h @@ -35,5 +35,7 @@ #define XVIP_VF_CUSTOM2 13 #define XVIP_VF_CUSTOM3 14 #define XVIP_VF_CUSTOM4 15 +#define XVIP_VF_VUY_422 16 +#define XVIP_VF_XBGR 17 #endif /* __DT_BINDINGS_MEDIA_XILINX_VIP_H__ */ -- 2.1.1