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