similarity index 99%rename from longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/lcd/mipi_800x1280.crename to longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/lcd/mipi_8_800x1280.c.. | .. |
---|
1 | | -#include "mipi_800x1280.h" |
---|
| 1 | +#include "mipi_8_800x1280.h" |
---|
2 | 2 | |
---|
3 | 3 | static void lcd_power_on(u32 sel); |
---|
4 | 4 | static void lcd_power_off(u32 sel); |
---|
.. | .. |
---|
359 | 359 | return 0; |
---|
360 | 360 | } |
---|
361 | 361 | |
---|
362 | | -__lcd_panel_t mipi_800x1280_panel = { |
---|
| 362 | +__lcd_panel_t mipi_8_800x1280_panel = { |
---|
363 | 363 | /* panel driver name, must mach the name of |
---|
364 | 364 | * lcd_drv_name in sys_config.fex |
---|
365 | 365 | */ |
---|
366 | | - .name = "mipi_800x1280", |
---|
| 366 | + .name = "mipi_8_800x1280", |
---|
367 | 367 | .func = { |
---|
368 | 368 | .cfg_panel_info = lcd_cfg_panel_info, |
---|
369 | 369 | .cfg_open_flow = lcd_open_flow, |
---|