lin
2025-02-25 a02983e50ab34c3e7366b27cdeca427a327faebd
longan/kernel/linux-4.9/drivers/video/fbdev/sunxi/disp2/disp/lcd/mipi_800x1280.h
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,14 +10,14 @@
1010 * published by the Free Software Foundation.
1111 */
1212
13
-#ifndef _MIPI_800X1280_H
14
-#define _MIPI_800X1280_H
13
+#ifndef _MIPI_10_800X1280_H
14
+#define _MIPI_10_800X1280_H
1515
1616 #include "panels.h"
1717
1818 typedef struct __lcd_panel __lcd_panel_t;
1919
20
-extern struct __lcd_panel mipi_800x1280_panel;
20
+extern struct __lcd_panel mipi_10_800x1280_panel;
2121 extern s32 bsp_disp_get_panel_info(u32 screen_id, struct disp_panel_para *info);
2222
2323 #endif /*End of file*/