omap3-isp.h 320 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * include/dt-bindings/media/omap3-isp.h
  4. *
  5. * Copyright (C) 2015 Sakari Ailus
  6. */
  7. #ifndef __DT_BINDINGS_OMAP3_ISP_H__
  8. #define __DT_BINDINGS_OMAP3_ISP_H__
  9. #define OMAP3ISP_PHY_TYPE_COMPLEX_IO 0
  10. #define OMAP3ISP_PHY_TYPE_CSIPHY 1
  11. #endif /* __DT_BINDINGS_OMAP3_ISP_H__ */