@@ -180,15 +180,15 @@ static void ld9040_init(struct ld9040 *ctx)
180
180
{
181
181
ld9040_dcs_write_seq_static (ctx , MCS_USER_SETTING , 0x5a , 0x5a );
182
182
ld9040_dcs_write_seq_static (ctx , MCS_PANEL_CONDITION ,
183
- 0x05 , 0x65 , 0x96 , 0x71 , 0x7d , 0x19 , 0x3b , 0x0d ,
184
- 0x19 , 0x7e , 0x0d , 0xe2 , 0x00 , 0x00 , 0x7e , 0x7d ,
185
- 0x07 , 0x07 , 0x20 , 0x20 , 0x20 , 0x02 , 0x02 );
183
+ 0x05 , 0x5e , 0x96 , 0x6b , 0x7d , 0x0d , 0x3f , 0x00 ,
184
+ 0x00 , 0x32 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
185
+ 0x07 , 0x05 , 0x1f , 0x1f , 0x1f , 0x00 , 0x00 );
186
186
ld9040_dcs_write_seq_static (ctx , MCS_DISPCTL ,
187
- 0x02 , 0x08 , 0x08 , 0x10 , 0x10 );
187
+ 0x02 , 0x06 , 0x0a , 0x10 , 0x10 );
188
188
ld9040_dcs_write_seq_static (ctx , MCS_MANPWR , 0x04 );
189
189
ld9040_dcs_write_seq_static (ctx , MCS_POWER_CTRL ,
190
190
0x0a , 0x87 , 0x25 , 0x6a , 0x44 , 0x02 , 0x88 );
191
- ld9040_dcs_write_seq_static (ctx , MCS_ELVSS_ON , 0x0d , 0x00 , 0x16 );
191
+ ld9040_dcs_write_seq_static (ctx , MCS_ELVSS_ON , 0x0f , 0x00 , 0x16 );
192
192
ld9040_dcs_write_seq_static (ctx , MCS_GTCON , 0x09 , 0x00 , 0x00 );
193
193
ld9040_brightness_set (ctx );
194
194
ld9040_dcs_write_seq_static (ctx , MIPI_DCS_EXIT_SLEEP_MODE );
0 commit comments