Skip to content

Commit 7e4f6fb

Browse files
peda-rsravnborg
authored andcommitted
Revert "drm/panel: simple: Add support for Sharp LQ150X1LG11 panels"
This reverts commit 0f9cdd7. The interface of the panel is LVDS, not parallel. The color depth is RGB888, not RGB565. The panel has additional features, making it not so simple. The only user (upstream) of this panel is appropriately using panel-lvds. Suggested-by: Thierry Reding <[email protected]> Suggested-by: Sam Ravnborg <[email protected]> Signed-off-by: Peter Rosin <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent afdd597 commit 7e4f6fb

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

drivers/gpu/drm/panel/panel-simple.c

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,30 +3025,6 @@ static const struct panel_desc sharp_lq123p1jx31 = {
30253025
},
30263026
};
30273027

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-
30523028
static const struct display_timing sharp_ls020b1dd01d_timing = {
30533029
.pixelclock = { 2000000, 4200000, 5000000 },
30543030
.hactive = { 240, 240, 240 },
@@ -3743,9 +3719,6 @@ static const struct of_device_id platform_of_match[] = {
37433719
}, {
37443720
.compatible = "sharp,lq123p1jx31",
37453721
.data = &sharp_lq123p1jx31,
3746-
}, {
3747-
.compatible = "sharp,lq150x1lg11",
3748-
.data = &sharp_lq150x1lg11,
37493722
}, {
37503723
.compatible = "sharp,ls020b1dd01d",
37513724
.data = &sharp_ls020b1dd01d,

0 commit comments

Comments
 (0)