xref: /OK3568_Linux_fs/u-boot/arch/mips/dts/include/dt-bindings/media/omap3-isp.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * include/dt-bindings/media/omap3-isp.h
3*4882a593Smuzhiyun  *
4*4882a593Smuzhiyun  * Copyright (C) 2015 Sakari Ailus
5*4882a593Smuzhiyun  *
6*4882a593Smuzhiyun  * This program is free software; you can redistribute it and/or
7*4882a593Smuzhiyun  * modify it under the terms of the GNU General Public License
8*4882a593Smuzhiyun  * version 2 as published by the Free Software Foundation.
9*4882a593Smuzhiyun  *
10*4882a593Smuzhiyun  * This program is distributed in the hope that it will be useful, but
11*4882a593Smuzhiyun  * WITHOUT ANY WARRANTY; without even the implied warranty of
12*4882a593Smuzhiyun  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13*4882a593Smuzhiyun  * General Public License for more details.
14*4882a593Smuzhiyun  */
15*4882a593Smuzhiyun 
16*4882a593Smuzhiyun #ifndef __DT_BINDINGS_OMAP3_ISP_H__
17*4882a593Smuzhiyun #define __DT_BINDINGS_OMAP3_ISP_H__
18*4882a593Smuzhiyun 
19*4882a593Smuzhiyun #define OMAP3ISP_PHY_TYPE_COMPLEX_IO   0
20*4882a593Smuzhiyun #define OMAP3ISP_PHY_TYPE_CSIPHY       1
21*4882a593Smuzhiyun 
22*4882a593Smuzhiyun #endif /* __DT_BINDINGS_OMAP3_ISP_H__ */
23