1 /* $NetBSD: omap3-isp.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-only */ 4 /* 5 * include/dt-bindings/media/omap3-isp.h 6 * 7 * Copyright (C) 2015 Sakari Ailus 8 */ 9 10 #ifndef __DT_BINDINGS_OMAP3_ISP_H__ 11 #define __DT_BINDINGS_OMAP3_ISP_H__ 12 13 #define OMAP3ISP_PHY_TYPE_COMPLEX_IO 0 14 #define OMAP3ISP_PHY_TYPE_CSIPHY 1 15 16 #endif /* __DT_BINDINGS_OMAP3_ISP_H__ */ 17