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