similarity index 83%copy from longan/kernel/linux-4.9/drivers/video/fbdev/sunxi/disp2/disp/lcd/mipi_800x1280.hcopy to longan/kernel/linux-4.9/drivers/video/fbdev/sunxi/disp2/disp/lcd/mipi_10_800x1280.h.. | .. |
---|
10 | 10 | * published by the Free Software Foundation. |
---|
11 | 11 | */ |
---|
12 | 12 | |
---|
13 | | -#ifndef _MIPI_800X1280_H |
---|
14 | | -#define _MIPI_800X1280_H |
---|
| 13 | +#ifndef _MIPI_10_800X1280_H |
---|
| 14 | +#define _MIPI_10_800X1280_H |
---|
15 | 15 | |
---|
16 | 16 | #include "panels.h" |
---|
17 | 17 | |
---|
18 | 18 | typedef struct __lcd_panel __lcd_panel_t; |
---|
19 | 19 | |
---|
20 | | -extern struct __lcd_panel mipi_800x1280_panel; |
---|
| 20 | +extern struct __lcd_panel mipi_10_800x1280_panel; |
---|
21 | 21 | extern s32 bsp_disp_get_panel_info(u32 screen_id, struct disp_panel_para *info); |
---|
22 | 22 | |
---|
23 | 23 | #endif /*End of file*/ |
---|