@@ -3025,30 +3025,6 @@ static const struct panel_desc sharp_lq123p1jx31 = {
3025
3025
},
3026
3026
};
3027
3027
3028
- static const struct drm_display_mode sharp_lq150x1lg11_mode = {
3029
- .clock = 71100 ,
3030
- .hdisplay = 1024 ,
3031
- .hsync_start = 1024 + 168 ,
3032
- .hsync_end = 1024 + 168 + 64 ,
3033
- .htotal = 1024 + 168 + 64 + 88 ,
3034
- .vdisplay = 768 ,
3035
- .vsync_start = 768 + 37 ,
3036
- .vsync_end = 768 + 37 + 2 ,
3037
- .vtotal = 768 + 37 + 2 + 8 ,
3038
- .vrefresh = 60 ,
3039
- };
3040
-
3041
- static const struct panel_desc sharp_lq150x1lg11 = {
3042
- .modes = & sharp_lq150x1lg11_mode ,
3043
- .num_modes = 1 ,
3044
- .bpc = 6 ,
3045
- .size = {
3046
- .width = 304 ,
3047
- .height = 228 ,
3048
- },
3049
- .bus_format = MEDIA_BUS_FMT_RGB565_1X16 ,
3050
- };
3051
-
3052
3028
static const struct display_timing sharp_ls020b1dd01d_timing = {
3053
3029
.pixelclock = { 2000000 , 4200000 , 5000000 },
3054
3030
.hactive = { 240 , 240 , 240 },
@@ -3743,9 +3719,6 @@ static const struct of_device_id platform_of_match[] = {
3743
3719
}, {
3744
3720
.compatible = "sharp,lq123p1jx31" ,
3745
3721
.data = & sharp_lq123p1jx31 ,
3746
- }, {
3747
- .compatible = "sharp,lq150x1lg11" ,
3748
- .data = & sharp_lq150x1lg11 ,
3749
3722
}, {
3750
3723
.compatible = "sharp,ls020b1dd01d" ,
3751
3724
.data = & sharp_ls020b1dd01d ,
0 commit comments