mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
rk2928 A720 lcd :modify timing according the spec and rename the driver file name
This commit is contained in:
parent
02873058c5
commit
522502ca00
|
|
@ -42,5 +42,5 @@ obj-$(CONFIG_LCD_HJ050NA_06A) += lcd_hj050na_06a.o
|
|||
obj-$(CONFIG_LCD_HSD100PXN_FOR_TDW851) += lcd_hsd100pxn_for_tdw851.o
|
||||
obj-$(CONFIG_LCD_HV070WSA100) += lcd_hv070wsa.o
|
||||
obj-$(CONFIG_LCD_COMMON) += lcd_common.o
|
||||
obj-$(CONFIG_LCD_RK2928_A720) += lcd_rk2928_a720.o
|
||||
obj-$(CONFIG_LCD_HJ080NA) += lcd_hj080na.o
|
||||
obj-$(CONFIG_LCD_RK2928_A720) += lcd_YQ70CPT9160.o
|
||||
obj-$(CONFIG_LCD_HJ080NA) += lcd_hj080na.o
|
||||
|
|
|
|||
|
|
@ -11,19 +11,19 @@
|
|||
/* Base */
|
||||
#define OUT_TYPE SCREEN_RGB
|
||||
#define OUT_FACE OUT_P666
|
||||
#define OUT_CLK 30000000
|
||||
#define OUT_CLK 33000000
|
||||
#define LCDC_ACLK 150000000 //29 lcdc axi DMA ƵÂÊ
|
||||
|
||||
/* Timing */
|
||||
#define H_PW 48 //10
|
||||
#define H_BP 40 //100
|
||||
#define H_PW 30//48 //10
|
||||
#define H_BP 10//40 //100
|
||||
#define H_VD 800 //1024
|
||||
#define H_FP 40 //210
|
||||
#define H_FP 210// //210
|
||||
|
||||
#define V_PW 3 //10
|
||||
#define V_BP 29 //10
|
||||
#define V_PW 13//10
|
||||
#define V_BP 10// //10
|
||||
#define V_VD 480 //768
|
||||
#define V_FP 13 //18
|
||||
#define V_FP 22 //18
|
||||
|
||||
/* Other */
|
||||
#define DCLK_POL 1
|
||||
Loading…
Reference in New Issue
Block a user