Blame view

include/mipi_dsi_northwest.h 383 Bytes
59b7cd7ea   Ye Li   MLK-13929-1 video...
1
2
3
4
5
6
7
8
9
10
11
12
  /*
   * Copyright (C) 2016 Freescale Semiconductor, Inc. All Rights Reserved.
   * Copyright 2017 NXP
   *
   * SPDX-License-Identifier:	GPL-2.0+
   */
  
  
  #ifndef __MIPI_DSI_NORTHWEST_H
  #define __MIPI_DSI_NORTHWEST_H
  
  #include <linux/fb.h>
59b7cd7ea   Ye Li   MLK-13929-1 video...
13
14
  /* Setup mipi dsi host driver instance, with base address and SIM address provided */
  int mipi_dsi_northwest_setup(u32 base_addr, u32 sim_addr);
59b7cd7ea   Ye Li   MLK-13929-1 video...
15
  #endif